Shades of Moody Blue #8F86DB
Tints of Moody Blue #8F86DB
RGB
CMYK
RGB Variations
Color information
#8F86DB (or 0x8F86DB) is known color: Moody Blue. HEX triplet: 8F, 86 and DB. RGB value is (143,134,219). Sum of RGB (Red+Green+Blue) = 143+134+219=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F86DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F86DB is #707924. Grayscale: #929292. Windows color (decimal): -7371045 or 14386831. OLE color: 14386831.
HSL color Cylindrical-coordinate representation of color #8F86DB: hue angle of 246.35º 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 #8F86DB is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 134 | 219 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.14 |
| HSL | 246.35º | 0.54% | 0.69% | - |
| HSV(B) | 246.35º | 0.39% | 0.86% | - |
| XYZ | 32.64 | 28 | 70.7 | - |
| YUV | 146.38 | 168.98 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 219 | 0.35 | 0.39 | 0 | 0.14 | 246.35 | 0.54 | 0.69 |
| Hex | 8F | 86 | DB | 23 | 27 | 0 | E | F6 | 36 | 45 |
| Octal | 217 | 206 | 333 | 43 | 47 | 0 | 16 | 366 | 66 | 105 |
| Binary | 10001111 | 10000110 | 11011011 | 100011 | 100111 | 0 | 1110 | 11110110 | 110110 | 1000101 |
Color Harmonies of #8F86DB
Complementary color
Monochromatic Colors of #8F86DB
Black with #8F86DB
Text Example
Text Example
White with #8F86DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F86DB; }
p { color: rgb(143,134,219); }
H1.HeaderClassName
{
color: #8F86DB;
}
.AnyTagClassName
{
color: #8F86DB;
}
</style>
background-color css
<style>
a { background-color: #8F86DB; }
a { background-color: rgb(143,134,219); }
div.DivClassName
{
background-color: #8F86DB;
}
.BgClassName
{
background-color: #8F86DB;
}
</style>
border-color css
<style>
span { border-color: #8F86DB; }
span { border-color: rgb(143,134,219); }
td.TdClassName
{
border-color: #8F86DB;
}
.TagClassName
{
border-color: #8F86DB;
}
</style>