Shades of Moody Blue #8F85CA
Tints of Moody Blue #8F85CA
RGB
CMYK
RGB Variations
Color information
#8F85CA (or 0x8F85CA) is known color: Moody Blue. HEX triplet: 8F, 85 and CA. RGB value is (143,133,202). Sum of RGB (Red+Green+Blue) = 143+133+202=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F85CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85CA is #707A35. Grayscale: #8F8F8F. Windows color (decimal): -7371318 or 13272463. OLE color: 13272463.
HSL color Cylindrical-coordinate representation of color #8F85CA: hue angle of 248.7º 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 #8F85CA is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 133 | 202 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.21 |
| HSL | 248.7º | 0.39% | 0.66% | - |
| HSV(B) | 248.7º | 0.34% | 0.79% | - |
| XYZ | 30.38 | 26.88 | 59.46 | - |
| YUV | 143.86 | 160.81 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 202 | 0.29 | 0.34 | 0 | 0.21 | 248.7 | 0.39 | 0.66 |
| Hex | 8F | 85 | CA | 1D | 22 | 0 | 15 | F9 | 27 | 42 |
| Octal | 217 | 205 | 312 | 35 | 42 | 0 | 25 | 371 | 47 | 102 |
| Binary | 10001111 | 10000101 | 11001010 | 11101 | 100010 | 0 | 10101 | 11111001 | 100111 | 1000010 |
Color Harmonies of #8F85CA
Complementary color
Monochromatic Colors of #8F85CA
Black with #8F85CA
Text Example
Text Example
White with #8F85CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F85CA; }
p { color: rgb(143,133,202); }
H1.HeaderClassName
{
color: #8F85CA;
}
.AnyTagClassName
{
color: #8F85CA;
}
</style>
background-color css
<style>
a { background-color: #8F85CA; }
a { background-color: rgb(143,133,202); }
div.DivClassName
{
background-color: #8F85CA;
}
.BgClassName
{
background-color: #8F85CA;
}
</style>
border-color css
<style>
span { border-color: #8F85CA; }
span { border-color: rgb(143,133,202); }
td.TdClassName
{
border-color: #8F85CA;
}
.TagClassName
{
border-color: #8F85CA;
}
</style>