#8874CE

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

Shades of Moody Blue #8874CE

Tints of Moody Blue #8874CE

Color information

#8874CE (or 0x8874CE) is unknown color: approx Moody Blue. HEX triplet: 88, 74 and CE. RGB value is (136,116,206). Sum of RGB (Red+Green+Blue) = 136+116+206=458 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.69% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #8874CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8874CE is #778B31. Grayscale: #838383. Windows color (decimal): -7834418 or 13530248. OLE color: 13530248.

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

Color convert

RGB136116206-
CMYK0.340.4400.19
HSL253.33º47.87%63.14%-
HSV(B)253.33º43.69%80.78%-
XYZ27.5422.1861.22-
YUV132.24169.63130.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.69%
GREEN value IS 116 (45.70% from 255) = 25.33%
BLUE value IS 206 (80.86% from 255) = 44.98%
R=29.69%
G=25.33%
B=44.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361162060.340.4400.19253.3347.8763.14
Hex8874CE222C013fd303f
Octal21016431642540233756077
Binary1000100011101001100111010001010110001001111111101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8874CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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