#8673ce

Color #8673CE Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8673CE

Tints of Moody Blue #8673CE

Color information

#8673CE (or 0x8673CE) is unknown color: approx Moody Blue. HEX triplet: 86, 73 and CE. RGB value is (134,115,206). Sum of RGB (Red+Green+Blue) = 134+115+206=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #8673CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8673CE is #798C31. Grayscale: #828282. Windows color (decimal): -7965746 or 13529990. OLE color: 13529990.

HSL color Cylindrical-coordinate representation of color #8673CE: hue angle of 252.53º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8673CE is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134115206-
CMYK0.350.4400.19
HSL252.53º48.15%62.94%-
HSV(B)252.53º44.17%80.78%-
XYZ27.121.7961.17-
YUV131.06170.29130.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 29.45%
GREEN value IS 115 (45.31% from 255) = 25.27%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=29.45%
G=25.27%
B=45.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341152060.350.4400.19252.5348.1562.94
Hex8673CE232C013fd303f
Octal20616331643540233756077
Binary1000011011100111100111010001110110001001111111101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8673ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8673ce; }

 p { color: rgb(134,115,206); }

 H1.HeaderClassName
 {
   color: #8673ce;
 }
 .AnyTagClassName
 {
   color: #8673ce;
 }
</style>
background-color css

<style>
 a { background-color: #8673ce; }

 a { background-color: rgb(134,115,206); }

 div.DivClassName
 {
   background-color: #8673ce;
 }
 .BgClassName
 {
   background-color: #8673ce;
 }
</style>
border-color css

<style>
 span { border-color: #8673ce; }

 span { border-color: rgb(134,115,206); }

 td.TdClassName
 {
   border-color: #8673ce;
 }
 .TagClassName
 {
   border-color: #8673ce;
 }
</style>