Shades of Moody Blue #8F83BD
Tints of Moody Blue #8F83BD
RGB
CMYK
RGB Variations
Color information
#8F83BD (or 0x8F83BD) is known color: Moody Blue. HEX triplet: 8F, 83 and BD. RGB value is (143,131,189). Sum of RGB (Red+Green+Blue) = 143+131+189=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F83BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F83BD is #707C42. Grayscale: #8C8C8C. Windows color (decimal): -7371843 or 12419983. OLE color: 12419983.
HSL color Cylindrical-coordinate representation of color #8F83BD: hue angle of 252.41º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F83BD is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 131 | 189 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.26 |
| HSL | 252.41º | 0.31% | 0.63% | - |
| HSV(B) | 252.41º | 0.31% | 0.74% | - |
| XYZ | 28.63 | 25.75 | 51.6 | - |
| YUV | 141.2 | 154.98 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 189 | 0.24 | 0.31 | 0 | 0.26 | 252.41 | 0.31 | 0.63 |
| Hex | 8F | 83 | BD | 18 | 1F | 0 | 1A | FC | 1F | 3F |
| Octal | 217 | 203 | 275 | 30 | 37 | 0 | 32 | 374 | 37 | 77 |
| Binary | 10001111 | 10000011 | 10111101 | 11000 | 11111 | 0 | 11010 | 11111100 | 11111 | 111111 |
Color Harmonies of #8F83BD
Complementary color
Monochromatic Colors of #8F83BD
Black with #8F83BD
Text Example
Text Example
White with #8F83BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F83BD; }
p { color: rgb(143,131,189); }
H1.HeaderClassName
{
color: #8F83BD;
}
.AnyTagClassName
{
color: #8F83BD;
}
</style>
background-color css
<style>
a { background-color: #8F83BD; }
a { background-color: rgb(143,131,189); }
div.DivClassName
{
background-color: #8F83BD;
}
.BgClassName
{
background-color: #8F83BD;
}
</style>
border-color css
<style>
span { border-color: #8F83BD; }
span { border-color: rgb(143,131,189); }
td.TdClassName
{
border-color: #8F83BD;
}
.TagClassName
{
border-color: #8F83BD;
}
</style>