#8674CE

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

Shades of Moody Blue #8674CE

Tints of Moody Blue #8674CE

Color information

#8674CE (or 0x8674CE) is unknown color: approx Moody Blue. HEX triplet: 86, 74 and CE. RGB value is (134,116,206). Sum of RGB (Red+Green+Blue) = 134+116+206=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #8674CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8674CE is #798B31. Grayscale: #838383. Windows color (decimal): -7965490 or 13530246. OLE color: 13530246.

HSL color Cylindrical-coordinate representation of color #8674CE: hue angle of 252º 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 #8674CE is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134116206-
CMYK0.350.4400.19
HSL252º47.87%63.14%-
HSV(B)252º43.69%80.78%-
XYZ27.2222.0261.21-
YUV131.64169.96129.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.39%
GREEN value IS 116 (45.70% from 255) = 25.44%
BLUE value IS 206 (80.86% from 255) = 45.18%
R=29.39%
G=25.44%
B=45.18%

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
Decimal1341162060.350.4400.1925247.8763.14
Hex8674CE232C013fc303f
Octal20616431643540233746077
Binary1000011011101001100111010001110110001001111111100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8674CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8674CE; }

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

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

<style>
 a { background-color: #8674CE; }

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

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

<style>
 span { border-color: #8674CE; }

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

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