#8878CA

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

Shades of Moody Blue #8878CA

Tints of Moody Blue #8878CA

Color information

#8878CA (or 0x8878CA) is unknown color: approx Moody Blue. HEX triplet: 88, 78 and CA. RGB value is (136,120,202). Sum of RGB (Red+Green+Blue) = 136+120+202=458 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.69% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #8878CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8878CA is #778735. Grayscale: #858585. Windows color (decimal): -7833398 or 13269128. OLE color: 13269128.

HSL color Cylindrical-coordinate representation of color #8878CA: hue angle of 251.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8878CA is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB136120202-
CMYK0.330.4100.21
HSL251.71º43.62%63.14%-
HSV(B)251.71º40.59%79.22%-
XYZ27.5322.9358.85-
YUV134.13166.3129.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.69%
GREEN value IS 120 (47.27% from 255) = 26.20%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=29.69%
G=26.20%
B=44.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361202020.330.4100.21251.7143.6263.14
Hex8878CA2129015fc2c3f
Octal21017031241510253745477
Binary1000100011110001100101010000110100101010111111100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8878CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8878CA; }

 p { color: rgb(136,120,202); }

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

<style>
 a { background-color: #8878CA; }

 a { background-color: rgb(136,120,202); }

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

<style>
 span { border-color: #8878CA; }

 span { border-color: rgb(136,120,202); }

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