Shades of Moody Blue #8F84DB
Tints of Moody Blue #8F84DB
RGB
CMYK
RGB Variations
Color information
#8F84DB (or 0x8F84DB) is known color: Moody Blue. HEX triplet: 8F, 84 and DB. RGB value is (143,132,219). Sum of RGB (Red+Green+Blue) = 143+132+219=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F84DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F84DB is #707B24. Grayscale: #909090. Windows color (decimal): -7371557 or 14386319. OLE color: 14386319.
HSL color Cylindrical-coordinate representation of color #8F84DB: hue angle of 247.59º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F84DB is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 132 | 219 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.14 |
| HSL | 247.59º | 0.55% | 0.69% | - |
| HSV(B) | 247.59º | 0.4% | 0.86% | - |
| XYZ | 32.37 | 27.46 | 70.61 | - |
| YUV | 145.21 | 169.64 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 219 | 0.35 | 0.40 | 0 | 0.14 | 247.59 | 0.55 | 0.69 |
| Hex | 8F | 84 | DB | 23 | 28 | 0 | E | F8 | 37 | 45 |
| Octal | 217 | 204 | 333 | 43 | 50 | 0 | 16 | 370 | 67 | 105 |
| Binary | 10001111 | 10000100 | 11011011 | 100011 | 101000 | 0 | 1110 | 11111000 | 110111 | 1000101 |
Color Harmonies of #8F84DB
Complementary color
Monochromatic Colors of #8F84DB
Black with #8F84DB
Text Example
Text Example
White with #8F84DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F84DB; }
p { color: rgb(143,132,219); }
H1.HeaderClassName
{
color: #8F84DB;
}
.AnyTagClassName
{
color: #8F84DB;
}
</style>
background-color css
<style>
a { background-color: #8F84DB; }
a { background-color: rgb(143,132,219); }
div.DivClassName
{
background-color: #8F84DB;
}
.BgClassName
{
background-color: #8F84DB;
}
</style>
border-color css
<style>
span { border-color: #8F84DB; }
span { border-color: rgb(143,132,219); }
td.TdClassName
{
border-color: #8F84DB;
}
.TagClassName
{
border-color: #8F84DB;
}
</style>