Shades of Moody Blue #8E85CF
Tints of Moody Blue #8E85CF
RGB
CMYK
RGB Variations
Color information
#8E85CF (or 0x8E85CF) is known color: Moody Blue. HEX triplet: 8E, 85 and CF. RGB value is (142,133,207). Sum of RGB (Red+Green+Blue) = 142+133+207=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E85CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E85CF is #717A30. Grayscale: #8F8F8F. Windows color (decimal): -7436849 or 13600142. OLE color: 13600142.
HSL color Cylindrical-coordinate representation of color #8E85CF: hue angle of 247.3º 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 #8E85CF is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 133 | 207 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.19 |
| HSL | 247.3º | 0.44% | 0.67% | - |
| HSV(B) | 247.3º | 0.36% | 0.81% | - |
| XYZ | 30.81 | 27.03 | 62.63 | - |
| YUV | 144.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 133 | 207 | 0.31 | 0.36 | 0 | 0.19 | 247.3 | 0.44 | 0.67 |
| Hex | 8E | 85 | CF | 1F | 24 | 0 | 13 | F7 | 2C | 43 |
| Octal | 216 | 205 | 317 | 37 | 44 | 0 | 23 | 367 | 54 | 103 |
| Binary | 10001110 | 10000101 | 11001111 | 11111 | 100100 | 0 | 10011 | 11110111 | 101100 | 1000011 |
Color Harmonies of #8E85CF
Complementary color
Monochromatic Colors of #8E85CF
Black with #8E85CF
Text Example
Text Example
White with #8E85CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E85CF; }
p { color: rgb(142,133,207); }
H1.HeaderClassName
{
color: #8E85CF;
}
.AnyTagClassName
{
color: #8E85CF;
}
</style>
background-color css
<style>
a { background-color: #8E85CF; }
a { background-color: rgb(142,133,207); }
div.DivClassName
{
background-color: #8E85CF;
}
.BgClassName
{
background-color: #8E85CF;
}
</style>
border-color css
<style>
span { border-color: #8E85CF; }
span { border-color: rgb(142,133,207); }
td.TdClassName
{
border-color: #8E85CF;
}
.TagClassName
{
border-color: #8E85CF;
}
</style>