Shades of Moody Blue #8A85CA
Tints of Moody Blue #8A85CA
RGB
CMYK
RGB Variations
Color information
#8A85CA (or 0x8A85CA) is known color: Moody Blue. HEX triplet: 8A, 85 and CA. RGB value is (138,133,202). Sum of RGB (Red+Green+Blue) = 138+133+202=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A85CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A85CA is #757A35. Grayscale: #8E8E8E. Windows color (decimal): -7698998 or 13272458. OLE color: 13272458.
HSL color Cylindrical-coordinate representation of color #8A85CA: hue angle of 244.35º 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 #8A85CA is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 133 | 202 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.21 |
| HSL | 244.35º | 0.39% | 0.66% | - |
| HSV(B) | 244.35º | 0.34% | 0.79% | - |
| XYZ | 29.53 | 26.44 | 59.42 | - |
| YUV | 142.36 | 161.66 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 202 | 0.32 | 0.34 | 0 | 0.21 | 244.35 | 0.39 | 0.66 |
| Hex | 8A | 85 | CA | 20 | 22 | 0 | 15 | F4 | 27 | 42 |
| Octal | 212 | 205 | 312 | 40 | 42 | 0 | 25 | 364 | 47 | 102 |
| Binary | 10001010 | 10000101 | 11001010 | 100000 | 100010 | 0 | 10101 | 11110100 | 100111 | 1000010 |
Color Harmonies of #8A85CA
Complementary color
Monochromatic Colors of #8A85CA
Black with #8A85CA
Text Example
Text Example
White with #8A85CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A85CA; }
p { color: rgb(138,133,202); }
H1.HeaderClassName
{
color: #8A85CA;
}
.AnyTagClassName
{
color: #8A85CA;
}
</style>
background-color css
<style>
a { background-color: #8A85CA; }
a { background-color: rgb(138,133,202); }
div.DivClassName
{
background-color: #8A85CA;
}
.BgClassName
{
background-color: #8A85CA;
}
</style>
border-color css
<style>
span { border-color: #8A85CA; }
span { border-color: rgb(138,133,202); }
td.TdClassName
{
border-color: #8A85CA;
}
.TagClassName
{
border-color: #8A85CA;
}
</style>