Shades of Moody Blue #8888CA
Tints of Moody Blue #8888CA
RGB
CMYK
RGB Variations
Color information
#8888CA (or 0x8888CA) is known color: Moody Blue. HEX triplet: 88, 88 and CA. RGB value is (136,136,202). Sum of RGB (Red+Green+Blue) = 136+136+202=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #8888CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8888CA is #777735. Grayscale: #8F8F8F. Windows color (decimal): -7829302 or 13273224. OLE color: 13273224.
HSL color Cylindrical-coordinate representation of color #8888CA: hue angle of 240º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8888CA is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 136 | 202 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.21 |
| HSL | 240º | 0.38% | 0.66% | - |
| HSV(B) | 240º | 0.33% | 0.79% | - |
| XYZ | 29.62 | 27.11 | 59.55 | - |
| YUV | 143.52 | 161 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 202 | 0.33 | 0.33 | 0 | 0.21 | 240 | 0.38 | 0.66 |
| Hex | 88 | 88 | CA | 21 | 21 | 0 | 15 | F0 | 26 | 42 |
| Octal | 210 | 210 | 312 | 41 | 41 | 0 | 25 | 360 | 46 | 102 |
| Binary | 10001000 | 10001000 | 11001010 | 100001 | 100001 | 0 | 10101 | 11110000 | 100110 | 1000010 |
Color Harmonies of #8888CA
Complementary color
Monochromatic Colors of #8888CA
Black with #8888CA
Text Example
Text Example
White with #8888CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8888CA; }
p { color: rgb(136,136,202); }
H1.HeaderClassName
{
color: #8888CA;
}
.AnyTagClassName
{
color: #8888CA;
}
</style>
background-color css
<style>
a { background-color: #8888CA; }
a { background-color: rgb(136,136,202); }
div.DivClassName
{
background-color: #8888CA;
}
.BgClassName
{
background-color: #8888CA;
}
</style>
border-color css
<style>
span { border-color: #8888CA; }
span { border-color: rgb(136,136,202); }
td.TdClassName
{
border-color: #8888CA;
}
.TagClassName
{
border-color: #8888CA;
}
</style>