#8876CC

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

Shades of Moody Blue #8876CC

Tints of Moody Blue #8876CC

Color information

#8876CC (or 0x8876CC) is unknown color: approx Moody Blue. HEX triplet: 88, 76 and CC. RGB value is (136,118,204). Sum of RGB (Red+Green+Blue) = 136+118+204=458 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.69% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #8876CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8876CC is #778933. Grayscale: #848484. Windows color (decimal): -7833908 or 13399688. OLE color: 13399688.

HSL color Cylindrical-coordinate representation of color #8876CC: hue angle of 252.56º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8876CC is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB136118204-
CMYK0.330.4200.2
HSL252.56º45.74%63.14%-
HSV(B)252.56º42.16%80%-
XYZ27.5322.5560.03-
YUV133.19167.96130.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.69%
GREEN value IS 118 (46.48% from 255) = 25.76%
BLUE value IS 204 (80.08% from 255) = 44.54%
R=29.69%
G=25.76%
B=44.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1361182040.330.4200.2252.5645.7463.14
Hex8876CC212A014fd2e3f
Octal21016631441520243755677
Binary1000100011101101100110010000110101001010011111101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8876CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8876CC; }

 p { color: rgb(136,118,204); }

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

<style>
 a { background-color: #8876CC; }

 a { background-color: rgb(136,118,204); }

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

<style>
 span { border-color: #8876CC; }

 span { border-color: rgb(136,118,204); }

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