#8877BF

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

Shades of Moody Blue #8877BF

Tints of Moody Blue #8877BF

Color information

#8877BF (or 0x8877BF) is unknown color: approx Moody Blue. HEX triplet: 88, 77 and BF. RGB value is (136,119,191). Sum of RGB (Red+Green+Blue) = 136+119+191=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #8877BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8877BF is #778840. Grayscale: #848484. Windows color (decimal): -7833665 or 12547976. OLE color: 12547976.

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

Color convert

RGB136119191-
CMYK0.290.3800.25
HSL254.17º36%60.78%-
HSV(B)254.17º37.7%74.9%-
XYZ26.1522.1952.19-
YUV132.29161.13130.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.49%
GREEN value IS 119 (46.88% from 255) = 26.68%
BLUE value IS 191 (75% from 255) = 42.83%
R=30.49%
G=26.68%
B=42.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361191910.290.3800.25254.173660.78
Hex8877BF1D26019fe243d
Octal21016727735460313764475
Binary100010001110111101111111110110011001100111111110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8877BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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