Shades of Moody Blue #8F85CF
Tints of Moody Blue #8F85CF
RGB
CMYK
RGB Variations
Color information
#8F85CF (or 0x8F85CF) is known color: Moody Blue. HEX triplet: 8F, 85 and CF. RGB value is (143,133,207). Sum of RGB (Red+Green+Blue) = 143+133+207=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F85CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85CF is #707A30. Grayscale: #909090. Windows color (decimal): -7371313 or 13600143. OLE color: 13600143.
HSL color Cylindrical-coordinate representation of color #8F85CF: hue angle of 248.11º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F85CF is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 133 | 207 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.19 |
| HSL | 248.11º | 0.44% | 0.67% | - |
| HSV(B) | 248.11º | 0.36% | 0.81% | - |
| XYZ | 30.98 | 27.12 | 62.63 | - |
| YUV | 144.43 | 163.31 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 207 | 0.31 | 0.36 | 0 | 0.19 | 248.11 | 0.44 | 0.67 |
| Hex | 8F | 85 | CF | 1F | 24 | 0 | 13 | F8 | 2C | 43 |
| Octal | 217 | 205 | 317 | 37 | 44 | 0 | 23 | 370 | 54 | 103 |
| Binary | 10001111 | 10000101 | 11001111 | 11111 | 100100 | 0 | 10011 | 11111000 | 101100 | 1000011 |
Color Harmonies of #8F85CF
Complementary color
Monochromatic Colors of #8F85CF
Black with #8F85CF
Text Example
Text Example
White with #8F85CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F85CF; }
p { color: rgb(143,133,207); }
H1.HeaderClassName
{
color: #8F85CF;
}
.AnyTagClassName
{
color: #8F85CF;
}
</style>
background-color css
<style>
a { background-color: #8F85CF; }
a { background-color: rgb(143,133,207); }
div.DivClassName
{
background-color: #8F85CF;
}
.BgClassName
{
background-color: #8F85CF;
}
</style>
border-color css
<style>
span { border-color: #8F85CF; }
span { border-color: rgb(143,133,207); }
td.TdClassName
{
border-color: #8F85CF;
}
.TagClassName
{
border-color: #8F85CF;
}
</style>