Shades of Moody Blue #8F85D6
Tints of Moody Blue #8F85D6
RGB
CMYK
RGB Variations
Color information
#8F85D6 (or 0x8F85D6) is known color: Moody Blue. HEX triplet: 8F, 85 and D6. RGB value is (143,133,214). Sum of RGB (Red+Green+Blue) = 143+133+214=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #8F85D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85D6 is #707A29. Grayscale: #909090. Windows color (decimal): -7371306 or 14058895. OLE color: 14058895.
HSL color Cylindrical-coordinate representation of color #8F85D6: hue angle of 247.41º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F85D6 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 133 | 214 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.16 |
| HSL | 247.41º | 0.5% | 0.68% | - |
| HSV(B) | 247.41º | 0.38% | 0.84% | - |
| XYZ | 31.85 | 27.47 | 67.24 | - |
| YUV | 145.22 | 166.81 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 214 | 0.33 | 0.38 | 0 | 0.16 | 247.41 | 0.5 | 0.68 |
| Hex | 8F | 85 | D6 | 21 | 26 | 0 | 10 | F7 | 32 | 44 |
| Octal | 217 | 205 | 326 | 41 | 46 | 0 | 20 | 367 | 62 | 104 |
| Binary | 10001111 | 10000101 | 11010110 | 100001 | 100110 | 0 | 10000 | 11110111 | 110010 | 1000100 |
Color Harmonies of #8F85D6
Complementary color
Monochromatic Colors of #8F85D6
Black with #8F85D6
Text Example
Text Example
White with #8F85D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F85D6; }
p { color: rgb(143,133,214); }
H1.HeaderClassName
{
color: #8F85D6;
}
.AnyTagClassName
{
color: #8F85D6;
}
</style>
background-color css
<style>
a { background-color: #8F85D6; }
a { background-color: rgb(143,133,214); }
div.DivClassName
{
background-color: #8F85D6;
}
.BgClassName
{
background-color: #8F85D6;
}
</style>
border-color css
<style>
span { border-color: #8F85D6; }
span { border-color: rgb(143,133,214); }
td.TdClassName
{
border-color: #8F85D6;
}
.TagClassName
{
border-color: #8F85D6;
}
</style>