Shades of Moody Blue #8882CE
Tints of Moody Blue #8882CE
RGB
CMYK
RGB Variations
Color information
#8882CE (or 0x8882CE) is known color: Moody Blue. HEX triplet: 88, 82 and CE. RGB value is (136,130,206). Sum of RGB (Red+Green+Blue) = 136+130+206=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #8882CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8882CE is #777D31. Grayscale: #8C8C8C. Windows color (decimal): -7830834 or 13533832. OLE color: 13533832.
HSL color Cylindrical-coordinate representation of color #8882CE: hue angle of 244.74º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8882CE is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 130 | 206 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.19 |
| HSL | 244.74º | 0.44% | 0.66% | - |
| HSV(B) | 244.74º | 0.37% | 0.81% | - |
| XYZ | 29.28 | 25.66 | 61.8 | - |
| YUV | 140.46 | 164.99 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 206 | 0.34 | 0.37 | 0 | 0.19 | 244.74 | 0.44 | 0.66 |
| Hex | 88 | 82 | CE | 22 | 25 | 0 | 13 | F5 | 2C | 42 |
| Octal | 210 | 202 | 316 | 42 | 45 | 0 | 23 | 365 | 54 | 102 |
| Binary | 10001000 | 10000010 | 11001110 | 100010 | 100101 | 0 | 10011 | 11110101 | 101100 | 1000010 |
Color Harmonies of #8882CE
Complementary color
Monochromatic Colors of #8882CE
Black with #8882CE
Text Example
Text Example
White with #8882CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8882CE; }
p { color: rgb(136,130,206); }
H1.HeaderClassName
{
color: #8882CE;
}
.AnyTagClassName
{
color: #8882CE;
}
</style>
background-color css
<style>
a { background-color: #8882CE; }
a { background-color: rgb(136,130,206); }
div.DivClassName
{
background-color: #8882CE;
}
.BgClassName
{
background-color: #8882CE;
}
</style>
border-color css
<style>
span { border-color: #8882CE; }
span { border-color: rgb(136,130,206); }
td.TdClassName
{
border-color: #8882CE;
}
.TagClassName
{
border-color: #8882CE;
}
</style>