#8879BE

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

Shades of Moody Blue #8879BE

Tints of Moody Blue #8879BE

Color information

#8879BE (or 0x8879BE) is unknown color: approx Moody Blue. HEX triplet: 88, 79 and BE. RGB value is (136,121,190). Sum of RGB (Red+Green+Blue) = 136+121+190=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #8879BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8879BE is #778641. Grayscale: #858585. Windows color (decimal): -7833154 or 12482952. OLE color: 12482952.

HSL color Cylindrical-coordinate representation of color #8879BE: hue angle of 253.04º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8879BE is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136121190-
CMYK0.280.3600.25
HSL253.04º34.67%60.98%-
HSV(B)253.04º36.32%74.51%-
XYZ26.2822.6351.7-
YUV133.35159.97129.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.43%
GREEN value IS 121 (47.66% from 255) = 27.07%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=30.43%
G=27.07%
B=42.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361211900.280.3600.25253.0434.6760.98
Hex8879BE1C24019fd233d
Octal21017127634440313754375
Binary100010001111001101111101110010010001100111111101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8879BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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