#8879B9

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

Shades of Moody Blue #8879B9

Tints of Moody Blue #8879B9

Color information

#8879B9 (or 0x8879B9) is unknown color: approx Moody Blue. HEX triplet: 88, 79 and B9. RGB value is (136,121,185). Sum of RGB (Red+Green+Blue) = 136+121+185=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #8879B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8879B9 is #778646. Grayscale: #848484. Windows color (decimal): -7833159 or 12155272. OLE color: 12155272.

HSL color Cylindrical-coordinate representation of color #8879B9: hue angle of 254.06º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8879B9 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136121185-
CMYK0.260.3500.27
HSL254.06º31.37%60%-
HSV(B)254.06º34.59%72.55%-
XYZ25.7522.4148.87-
YUV132.78157.47130.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.77%
GREEN value IS 121 (47.66% from 255) = 27.38%
BLUE value IS 185 (72.66% from 255) = 41.86%
R=30.77%
G=27.38%
B=41.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361211850.260.3500.27254.0631.3760
Hex8879B91A2301Bfe1f3c
Octal21017127132430333763774
Binary10001000111100110111001110101000110110111111111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8879B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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