#8879CD

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

Shades of Moody Blue #8879CD

Tints of Moody Blue #8879CD

Color information

#8879CD (or 0x8879CD) is unknown color: approx Moody Blue. HEX triplet: 88, 79 and CD. RGB value is (136,121,205). Sum of RGB (Red+Green+Blue) = 136+121+205=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #8879CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8879CD is #778632. Grayscale: #868686. Windows color (decimal): -7833139 or 13465992. OLE color: 13465992.

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

Color convert

RGB136121205-
CMYK0.340.4100.20
HSL250.71º45.65%63.92%-
HSV(B)250.71º40.98%80.39%-
XYZ28.0123.3260.78-
YUV135.06167.47128.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.44%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=29.44%
G=26.19%
B=44.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361212050.340.4100.20250.7145.6563.92
Hex8879CD2229014fb2e40
Octal210171315425102437356100
Binary10001000111100111001101100010101001010100111110111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8879CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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