Shades of Moody Blue #8F84D8
Tints of Moody Blue #8F84D8
RGB
CMYK
RGB Variations
Color information
#8F84D8 (or 0x8F84D8) is known color: Moody Blue. HEX triplet: 8F, 84 and D8. RGB value is (143,132,216). Sum of RGB (Red+Green+Blue) = 143+132+216=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #8F84D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F84D8 is #707B27. Grayscale: #909090. Windows color (decimal): -7371560 or 14189711. OLE color: 14189711.
HSL color Cylindrical-coordinate representation of color #8F84D8: hue angle of 247.86º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F84D8 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 132 | 216 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.15 |
| HSL | 247.86º | 0.52% | 0.68% | - |
| HSV(B) | 247.86º | 0.39% | 0.85% | - |
| XYZ | 31.97 | 27.3 | 68.55 | - |
| YUV | 144.87 | 168.14 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 216 | 0.34 | 0.39 | 0 | 0.15 | 247.86 | 0.52 | 0.68 |
| Hex | 8F | 84 | D8 | 22 | 27 | 0 | F | F8 | 34 | 44 |
| Octal | 217 | 204 | 330 | 42 | 47 | 0 | 17 | 370 | 64 | 104 |
| Binary | 10001111 | 10000100 | 11011000 | 100010 | 100111 | 0 | 1111 | 11111000 | 110100 | 1000100 |
Color Harmonies of #8F84D8
Complementary color
Monochromatic Colors of #8F84D8
Black with #8F84D8
Text Example
Text Example
White with #8F84D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F84D8; }
p { color: rgb(143,132,216); }
H1.HeaderClassName
{
color: #8F84D8;
}
.AnyTagClassName
{
color: #8F84D8;
}
</style>
background-color css
<style>
a { background-color: #8F84D8; }
a { background-color: rgb(143,132,216); }
div.DivClassName
{
background-color: #8F84D8;
}
.BgClassName
{
background-color: #8F84D8;
}
</style>
border-color css
<style>
span { border-color: #8F84D8; }
span { border-color: rgb(143,132,216); }
td.TdClassName
{
border-color: #8F84D8;
}
.TagClassName
{
border-color: #8F84D8;
}
</style>