Shades of Moody Blue #8F85D8
Tints of Moody Blue #8F85D8
RGB
CMYK
RGB Variations
Color information
#8F85D8 (or 0x8F85D8) is known color: Moody Blue. HEX triplet: 8F, 85 and D8. RGB value is (143,133,216). Sum of RGB (Red+Green+Blue) = 143+133+216=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #8F85D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85D8 is #707A27. Grayscale: #919191. Windows color (decimal): -7371304 or 14189967. OLE color: 14189967.
HSL color Cylindrical-coordinate representation of color #8F85D8: hue angle of 247.23º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F85D8 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 133 | 216 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.15 |
| HSL | 247.23º | 0.52% | 0.68% | - |
| HSV(B) | 247.23º | 0.38% | 0.85% | - |
| XYZ | 32.11 | 27.57 | 68.6 | - |
| YUV | 145.45 | 167.81 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 216 | 0.34 | 0.38 | 0 | 0.15 | 247.23 | 0.52 | 0.68 |
| Hex | 8F | 85 | D8 | 22 | 26 | 0 | F | F7 | 34 | 44 |
| Octal | 217 | 205 | 330 | 42 | 46 | 0 | 17 | 367 | 64 | 104 |
| Binary | 10001111 | 10000101 | 11011000 | 100010 | 100110 | 0 | 1111 | 11110111 | 110100 | 1000100 |
Color Harmonies of #8F85D8
Complementary color
Monochromatic Colors of #8F85D8
Black with #8F85D8
Text Example
Text Example
White with #8F85D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F85D8; }
p { color: rgb(143,133,216); }
H1.HeaderClassName
{
color: #8F85D8;
}
.AnyTagClassName
{
color: #8F85D8;
}
</style>
background-color css
<style>
a { background-color: #8F85D8; }
a { background-color: rgb(143,133,216); }
div.DivClassName
{
background-color: #8F85D8;
}
.BgClassName
{
background-color: #8F85D8;
}
</style>
border-color css
<style>
span { border-color: #8F85D8; }
span { border-color: rgb(143,133,216); }
td.TdClassName
{
border-color: #8F85D8;
}
.TagClassName
{
border-color: #8F85D8;
}
</style>