#8878BB

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

Shades of Moody Blue #8878BB

Tints of Moody Blue #8878BB

Color information

#8878BB (or 0x8878BB) is unknown color: approx Moody Blue. HEX triplet: 88, 78 and BB. RGB value is (136,120,187). Sum of RGB (Red+Green+Blue) = 136+120+187=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #8878BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8878BB is #778744. Grayscale: #848484. Windows color (decimal): -7833413 or 12286088. OLE color: 12286088.

HSL color Cylindrical-coordinate representation of color #8878BB: hue angle of 254.33º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8878BB is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136120187-
CMYK0.270.3600.27
HSL254.33º33%60.2%-
HSV(B)254.33º35.83%73.33%-
XYZ25.8422.2649.95-
YUV132.42158.8130.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.70%
GREEN value IS 120 (47.27% from 255) = 27.09%
BLUE value IS 187 (73.44% from 255) = 42.21%
R=30.70%
G=27.09%
B=42.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361201870.270.3600.27254.333360.2
Hex8878BB1B2401Bfe213c
Octal21017027333440333764174
Binary100010001111000101110111101110010001101111111110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8878BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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