#8878BD

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

Shades of Moody Blue #8878BD

Tints of Moody Blue #8878BD

Color information

#8878BD (or 0x8878BD) is unknown color: approx Moody Blue. HEX triplet: 88, 78 and BD. RGB value is (136,120,189). Sum of RGB (Red+Green+Blue) = 136+120+189=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #8878BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8878BD is #778742. Grayscale: #848484. Windows color (decimal): -7833411 or 12417160. OLE color: 12417160.

HSL color Cylindrical-coordinate representation of color #8878BD: hue angle of 253.91º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8878BD is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB136120189-
CMYK0.280.3700.26
HSL253.91º34.33%60.59%-
HSV(B)253.91º36.51%74.12%-
XYZ26.0622.3451.08-
YUV132.65159.8130.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.56%
GREEN value IS 120 (47.27% from 255) = 26.97%
BLUE value IS 189 (74.22% from 255) = 42.47%
R=30.56%
G=26.97%
B=42.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361201890.280.3700.26253.9134.3360.59
Hex8878BD1C2501Afe223d
Octal21017027534450323764275
Binary100010001111000101111011110010010101101011111110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8878BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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