#8879CE

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

Shades of Moody Blue #8879CE

Tints of Moody Blue #8879CE

Color information

#8879CE (or 0x8879CE) is unknown color: approx Moody Blue. HEX triplet: 88, 79 and CE. RGB value is (136,121,206). Sum of RGB (Red+Green+Blue) = 136+121+206=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #8879CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8879CE is #778631. Grayscale: #868686. Windows color (decimal): -7833138 or 13531528. OLE color: 13531528.

HSL color Cylindrical-coordinate representation of color #8879CE: hue angle of 250.59º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8879CE is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136121206-
CMYK0.340.4100.19
HSL250.59º46.45%64.12%-
HSV(B)250.59º41.26%80.78%-
XYZ28.1323.3761.42-
YUV135.18167.97128.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.37%
GREEN value IS 121 (47.66% from 255) = 26.13%
BLUE value IS 206 (80.86% from 255) = 44.49%
R=29.37%
G=26.13%
B=44.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361212060.340.4100.19250.5946.4564.12
Hex8879CE2229013fb2e40
Octal210171316425102337356100
Binary10001000111100111001110100010101001010011111110111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8879CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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