Shades of Moody Blue #8F84D0
Tints of Moody Blue #8F84D0
RGB
CMYK
RGB Variations
Color information
#8F84D0 (or 0x8F84D0) is known color: Moody Blue. HEX triplet: 8F, 84 and D0. RGB value is (143,132,208). Sum of RGB (Red+Green+Blue) = 143+132+208=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #8F84D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F84D0 is #707B2F. Grayscale: #8F8F8F. Windows color (decimal): -7371568 or 13665423. OLE color: 13665423.
HSL color Cylindrical-coordinate representation of color #8F84D0: hue angle of 248.68º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F84D0 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 132 | 208 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.18 |
| HSL | 248.68º | 0.45% | 0.67% | - |
| HSV(B) | 248.68º | 0.37% | 0.82% | - |
| XYZ | 30.96 | 26.9 | 63.23 | - |
| YUV | 143.95 | 164.14 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 208 | 0.31 | 0.37 | 0 | 0.18 | 248.68 | 0.45 | 0.67 |
| Hex | 8F | 84 | D0 | 1F | 25 | 0 | 12 | F9 | 2D | 43 |
| Octal | 217 | 204 | 320 | 37 | 45 | 0 | 22 | 371 | 55 | 103 |
| Binary | 10001111 | 10000100 | 11010000 | 11111 | 100101 | 0 | 10010 | 11111001 | 101101 | 1000011 |
Color Harmonies of #8F84D0
Complementary color
Monochromatic Colors of #8F84D0
Black with #8F84D0
Text Example
Text Example
White with #8F84D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F84D0; }
p { color: rgb(143,132,208); }
H1.HeaderClassName
{
color: #8F84D0;
}
.AnyTagClassName
{
color: #8F84D0;
}
</style>
background-color css
<style>
a { background-color: #8F84D0; }
a { background-color: rgb(143,132,208); }
div.DivClassName
{
background-color: #8F84D0;
}
.BgClassName
{
background-color: #8F84D0;
}
</style>
border-color css
<style>
span { border-color: #8F84D0; }
span { border-color: rgb(143,132,208); }
td.TdClassName
{
border-color: #8F84D0;
}
.TagClassName
{
border-color: #8F84D0;
}
</style>