Shades of Moody Blue #8F85DB
Tints of Moody Blue #8F85DB
RGB
CMYK
RGB Variations
Color information
#8F85DB (or 0x8F85DB) is known color: Moody Blue. HEX triplet: 8F, 85 and DB. RGB value is (143,133,219). Sum of RGB (Red+Green+Blue) = 143+133+219=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F85DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85DB is #707A24. Grayscale: #919191. Windows color (decimal): -7371301 or 14386575. OLE color: 14386575.
HSL color Cylindrical-coordinate representation of color #8F85DB: hue angle of 246.98º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F85DB is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 133 | 219 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.14 |
| HSL | 246.98º | 0.54% | 0.69% | - |
| HSV(B) | 246.98º | 0.39% | 0.86% | - |
| XYZ | 32.5 | 27.73 | 70.66 | - |
| YUV | 145.79 | 169.31 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 219 | 0.35 | 0.39 | 0 | 0.14 | 246.98 | 0.54 | 0.69 |
| Hex | 8F | 85 | DB | 23 | 27 | 0 | E | F7 | 36 | 45 |
| Octal | 217 | 205 | 333 | 43 | 47 | 0 | 16 | 367 | 66 | 105 |
| Binary | 10001111 | 10000101 | 11011011 | 100011 | 100111 | 0 | 1110 | 11110111 | 110110 | 1000101 |
Color Harmonies of #8F85DB
Complementary color
Monochromatic Colors of #8F85DB
Black with #8F85DB
Text Example
Text Example
White with #8F85DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F85DB; }
p { color: rgb(143,133,219); }
H1.HeaderClassName
{
color: #8F85DB;
}
.AnyTagClassName
{
color: #8F85DB;
}
</style>
background-color css
<style>
a { background-color: #8F85DB; }
a { background-color: rgb(143,133,219); }
div.DivClassName
{
background-color: #8F85DB;
}
.BgClassName
{
background-color: #8F85DB;
}
</style>
border-color css
<style>
span { border-color: #8F85DB; }
span { border-color: rgb(143,133,219); }
td.TdClassName
{
border-color: #8F85DB;
}
.TagClassName
{
border-color: #8F85DB;
}
</style>