#8877CC

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

Shades of Moody Blue #8877CC

Tints of Moody Blue #8877CC

Color information

#8877CC (or 0x8877CC) is unknown color: approx Moody Blue. HEX triplet: 88, 77 and CC. RGB value is (136,119,204). Sum of RGB (Red+Green+Blue) = 136+119+204=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #8877CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8877CC is #778833. Grayscale: #858585. Windows color (decimal): -7833652 or 13399944. OLE color: 13399944.

HSL color Cylindrical-coordinate representation of color #8877CC: hue angle of 252º degrees, saturation: 0.45, 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 #8877CC is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB136119204-
CMYK0.330.4200.2
HSL252º45.45%63.33%-
HSV(B)252º41.67%80%-
XYZ27.6522.7960.07-
YUV133.77167.63129.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.63%
GREEN value IS 119 (46.88% from 255) = 25.93%
BLUE value IS 204 (80.08% from 255) = 44.44%
R=29.63%
G=25.93%
B=44.44%

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
Decimal1361192040.330.4200.225245.4563.33
Hex8877CC212A014fc2d3f
Octal21016731441520243745577
Binary1000100011101111100110010000110101001010011111100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8877CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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