#8879BB

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

Shades of Moody Blue #8879BB

Tints of Moody Blue #8879BB

Color information

#8879BB (or 0x8879BB) is unknown color: approx Moody Blue. HEX triplet: 88, 79 and BB. RGB value is (136,121,187). Sum of RGB (Red+Green+Blue) = 136+121+187=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #8879BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8879BB is #778644. Grayscale: #848484. Windows color (decimal): -7833157 or 12286344. OLE color: 12286344.

HSL color Cylindrical-coordinate representation of color #8879BB: hue angle of 253.64º degrees, saturation: 0.33, 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 #8879BB is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136121187-
CMYK0.270.3500.27
HSL253.64º32.67%60.39%-
HSV(B)253.64º35.29%73.33%-
XYZ25.9622.549.99-
YUV133.01158.47130.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.63%
GREEN value IS 121 (47.66% from 255) = 27.25%
BLUE value IS 187 (73.44% from 255) = 42.12%
R=30.63%
G=27.25%
B=42.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361211870.270.3500.27253.6432.6760.39
Hex8879BB1B2301Bfe213c
Octal21017127333430333764174
Binary100010001111001101110111101110001101101111111110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8879BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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