Shades of Moody Blue #8A88CA
Tints of Moody Blue #8A88CA
RGB
CMYK
RGB Variations
Color information
#8A88CA (or 0x8A88CA) is known color: Moody Blue. HEX triplet: 8A, 88 and CA. RGB value is (138,136,202). Sum of RGB (Red+Green+Blue) = 138+136+202=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A88CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A88CA is #757735. Grayscale: #8F8F8F. Windows color (decimal): -7698230 or 13273226. OLE color: 13273226.
HSL color Cylindrical-coordinate representation of color #8A88CA: hue angle of 241.82º 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 #8A88CA is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 136 | 202 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.21 |
| HSL | 241.82º | 0.38% | 0.66% | - |
| HSV(B) | 241.82º | 0.33% | 0.79% | - |
| XYZ | 29.95 | 27.28 | 59.56 | - |
| YUV | 144.12 | 160.66 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 202 | 0.32 | 0.33 | 0 | 0.21 | 241.82 | 0.38 | 0.66 |
| Hex | 8A | 88 | CA | 20 | 21 | 0 | 15 | F2 | 26 | 42 |
| Octal | 212 | 210 | 312 | 40 | 41 | 0 | 25 | 362 | 46 | 102 |
| Binary | 10001010 | 10001000 | 11001010 | 100000 | 100001 | 0 | 10101 | 11110010 | 100110 | 1000010 |
Color Harmonies of #8A88CA
Complementary color
Monochromatic Colors of #8A88CA
Black with #8A88CA
Text Example
Text Example
White with #8A88CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A88CA; }
p { color: rgb(138,136,202); }
H1.HeaderClassName
{
color: #8A88CA;
}
.AnyTagClassName
{
color: #8A88CA;
}
</style>
background-color css
<style>
a { background-color: #8A88CA; }
a { background-color: rgb(138,136,202); }
div.DivClassName
{
background-color: #8A88CA;
}
.BgClassName
{
background-color: #8A88CA;
}
</style>
border-color css
<style>
span { border-color: #8A88CA; }
span { border-color: rgb(138,136,202); }
td.TdClassName
{
border-color: #8A88CA;
}
.TagClassName
{
border-color: #8A88CA;
}
</style>