Shades of Moody Blue #8885CA
Tints of Moody Blue #8885CA
RGB
CMYK
RGB Variations
Color information
#8885CA (or 0x8885CA) is known color: Moody Blue. HEX triplet: 88, 85 and CA. RGB value is (136,133,202). Sum of RGB (Red+Green+Blue) = 136+133+202=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #8885CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8885CA is #777A35. Grayscale: #8D8D8D. Windows color (decimal): -7830070 or 13272456. OLE color: 13272456.
HSL color Cylindrical-coordinate representation of color #8885CA: hue angle of 242.61º 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 #8885CA is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 133 | 202 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.21 |
| HSL | 242.61º | 0.39% | 0.66% | - |
| HSV(B) | 242.61º | 0.34% | 0.79% | - |
| XYZ | 29.2 | 26.27 | 59.41 | - |
| YUV | 141.76 | 161.99 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 202 | 0.33 | 0.34 | 0 | 0.21 | 242.61 | 0.39 | 0.66 |
| Hex | 88 | 85 | CA | 21 | 22 | 0 | 15 | F3 | 27 | 42 |
| Octal | 210 | 205 | 312 | 41 | 42 | 0 | 25 | 363 | 47 | 102 |
| Binary | 10001000 | 10000101 | 11001010 | 100001 | 100010 | 0 | 10101 | 11110011 | 100111 | 1000010 |
Color Harmonies of #8885CA
Complementary color
Monochromatic Colors of #8885CA
Black with #8885CA
Text Example
Text Example
White with #8885CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8885CA; }
p { color: rgb(136,133,202); }
H1.HeaderClassName
{
color: #8885CA;
}
.AnyTagClassName
{
color: #8885CA;
}
</style>
background-color css
<style>
a { background-color: #8885CA; }
a { background-color: rgb(136,133,202); }
div.DivClassName
{
background-color: #8885CA;
}
.BgClassName
{
background-color: #8885CA;
}
</style>
border-color css
<style>
span { border-color: #8885CA; }
span { border-color: rgb(136,133,202); }
td.TdClassName
{
border-color: #8885CA;
}
.TagClassName
{
border-color: #8885CA;
}
</style>