#8882BE

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

Shades of Moody Blue #8882BE

Tints of Moody Blue #8882BE

Color information

#8882BE (or 0x8882BE) is unknown color: approx Moody Blue. HEX triplet: 88, 82 and BE. RGB value is (136,130,190). Sum of RGB (Red+Green+Blue) = 136+130+190=456 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.82% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #8882BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8882BE is #777D41. Grayscale: #8A8A8A. Windows color (decimal): -7830850 or 12485256. OLE color: 12485256.

HSL color Cylindrical-coordinate representation of color #8882BE: hue angle of 246º 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 #8882BE is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136130190-
CMYK0.280.3200.25
HSL246º31.58%62.75%-
HSV(B)246º31.58%74.51%-
XYZ27.4324.9252.08-
YUV138.63156.99126.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.82%
GREEN value IS 130 (51.17% from 255) = 28.51%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=29.82%
G=28.51%
B=41.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361301900.280.3200.2524631.5862.75
Hex8882BE1C20019f6203f
Octal21020227634400313664077
Binary1000100010000010101111101110010000001100111110110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8882BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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