#8879BF

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

Shades of Moody Blue #8879BF

Tints of Moody Blue #8879BF

Color information

#8879BF (or 0x8879BF) is unknown color: approx Moody Blue. HEX triplet: 88, 79 and BF. RGB value is (136,121,191). Sum of RGB (Red+Green+Blue) = 136+121+191=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #8879BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8879BF is #778640. Grayscale: #858585. Windows color (decimal): -7833153 or 12548488. OLE color: 12548488.

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

Color convert

RGB136121191-
CMYK0.290.3700.25
HSL252.86º35.35%61.18%-
HSV(B)252.86º36.65%74.9%-
XYZ26.3922.6752.27-
YUV133.46160.47129.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.36%
GREEN value IS 121 (47.66% from 255) = 27.01%
BLUE value IS 191 (75% from 255) = 42.63%
R=30.36%
G=27.01%
B=42.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361211910.290.3700.25252.8635.3561.18
Hex8879BF1D25019fd233d
Octal21017127735450313754375
Binary100010001111001101111111110110010101100111111101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8879BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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