Shades of Moody Blue #8886CA
Tints of Moody Blue #8886CA
RGB
CMYK
RGB Variations
Color information
#8886CA (or 0x8886CA) is known color: Moody Blue. HEX triplet: 88, 86 and CA. RGB value is (136,134,202). Sum of RGB (Red+Green+Blue) = 136+134+202=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #8886CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8886CA is #777935. Grayscale: #8E8E8E. Windows color (decimal): -7829814 or 13272712. OLE color: 13272712.
HSL color Cylindrical-coordinate representation of color #8886CA: hue angle of 241.76º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8886CA is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 134 | 202 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.21 |
| HSL | 241.76º | 0.39% | 0.66% | - |
| HSV(B) | 241.76º | 0.34% | 0.79% | - |
| XYZ | 29.34 | 26.55 | 59.46 | - |
| YUV | 142.35 | 161.66 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 202 | 0.33 | 0.34 | 0 | 0.21 | 241.76 | 0.39 | 0.66 |
| Hex | 88 | 86 | CA | 21 | 22 | 0 | 15 | F2 | 27 | 42 |
| Octal | 210 | 206 | 312 | 41 | 42 | 0 | 25 | 362 | 47 | 102 |
| Binary | 10001000 | 10000110 | 11001010 | 100001 | 100010 | 0 | 10101 | 11110010 | 100111 | 1000010 |
Color Harmonies of #8886CA
Complementary color
Monochromatic Colors of #8886CA
Black with #8886CA
Text Example
Text Example
White with #8886CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8886CA; }
p { color: rgb(136,134,202); }
H1.HeaderClassName
{
color: #8886CA;
}
.AnyTagClassName
{
color: #8886CA;
}
</style>
background-color css
<style>
a { background-color: #8886CA; }
a { background-color: rgb(136,134,202); }
div.DivClassName
{
background-color: #8886CA;
}
.BgClassName
{
background-color: #8886CA;
}
</style>
border-color css
<style>
span { border-color: #8886CA; }
span { border-color: rgb(136,134,202); }
td.TdClassName
{
border-color: #8886CA;
}
.TagClassName
{
border-color: #8886CA;
}
</style>