#8879C0

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

Shades of Moody Blue #8879C0

Tints of Moody Blue #8879C0

Color information

#8879C0 (or 0x8879C0) is unknown color: approx Moody Blue. HEX triplet: 88, 79 and C0. RGB value is (136,121,192). Sum of RGB (Red+Green+Blue) = 136+121+192=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #8879C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8879C0 is #77863F. Grayscale: #858585. Windows color (decimal): -7833152 or 12614024. OLE color: 12614024.

HSL color Cylindrical-coordinate representation of color #8879C0: hue angle of 252.68º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8879C0 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136121192-
CMYK0.290.3700.25
HSL252.68º36.04%61.37%-
HSV(B)252.68º36.98%75.29%-
XYZ26.5122.7152.86-
YUV133.58160.97129.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.29%
GREEN value IS 121 (47.66% from 255) = 26.95%
BLUE value IS 192 (75.39% from 255) = 42.76%
R=30.29%
G=26.95%
B=42.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361211920.290.3700.25252.6836.0461.37
Hex8879C01D25019fd243d
Octal21017130035450313754475
Binary100010001111001110000001110110010101100111111101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8879C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8879C0; }

 p { color: rgb(136,121,192); }

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

<style>
 a { background-color: #8879C0; }

 a { background-color: rgb(136,121,192); }

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

<style>
 span { border-color: #8879C0; }

 span { border-color: rgb(136,121,192); }

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