#8882BF

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

Shades of Moody Blue #8882BF

Tints of Moody Blue #8882BF

Color information

#8882BF (or 0x8882BF) is unknown color: approx Moody Blue. HEX triplet: 88, 82 and BF. RGB value is (136,130,191). Sum of RGB (Red+Green+Blue) = 136+130+191=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #8882BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8882BF is #777D40. Grayscale: #8A8A8A. Windows color (decimal): -7830849 or 12550792. OLE color: 12550792.

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

Color convert

RGB136130191-
CMYK0.290.3200.25
HSL245.9º32.28%62.94%-
HSV(B)245.9º31.94%74.9%-
XYZ27.5424.9652.66-
YUV138.75157.49126.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.76%
GREEN value IS 130 (51.17% from 255) = 28.45%
BLUE value IS 191 (75% from 255) = 41.79%
R=29.76%
G=28.45%
B=41.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361301910.290.3200.25245.932.2862.94
Hex8882BF1D20019f6203f
Octal21020227735400313664077
Binary1000100010000010101111111110110000001100111110110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8882BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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