Shades of Moody Blue #8F83BF
Tints of Moody Blue #8F83BF
RGB
CMYK
RGB Variations
Color information
#8F83BF (or 0x8F83BF) is known color: Moody Blue. HEX triplet: 8F, 83 and BF. RGB value is (143,131,191). Sum of RGB (Red+Green+Blue) = 143+131+191=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F83BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F83BF is #707C40. Grayscale: #8D8D8D. Windows color (decimal): -7371841 or 12551055. OLE color: 12551055.
HSL color Cylindrical-coordinate representation of color #8F83BF: hue angle of 252º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F83BF is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 131 | 191 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.25 |
| HSL | 252º | 0.32% | 0.63% | - |
| HSV(B) | 252º | 0.31% | 0.75% | - |
| XYZ | 28.85 | 25.83 | 52.76 | - |
| YUV | 141.43 | 155.98 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 191 | 0.25 | 0.31 | 0 | 0.25 | 252 | 0.32 | 0.63 |
| Hex | 8F | 83 | BF | 19 | 1F | 0 | 19 | FC | 20 | 3F |
| Octal | 217 | 203 | 277 | 31 | 37 | 0 | 31 | 374 | 40 | 77 |
| Binary | 10001111 | 10000011 | 10111111 | 11001 | 11111 | 0 | 11001 | 11111100 | 100000 | 111111 |
Color Harmonies of #8F83BF
Complementary color
Monochromatic Colors of #8F83BF
Black with #8F83BF
Text Example
Text Example
White with #8F83BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F83BF; }
p { color: rgb(143,131,191); }
H1.HeaderClassName
{
color: #8F83BF;
}
.AnyTagClassName
{
color: #8F83BF;
}
</style>
background-color css
<style>
a { background-color: #8F83BF; }
a { background-color: rgb(143,131,191); }
div.DivClassName
{
background-color: #8F83BF;
}
.BgClassName
{
background-color: #8F83BF;
}
</style>
border-color css
<style>
span { border-color: #8F83BF; }
span { border-color: rgb(143,131,191); }
td.TdClassName
{
border-color: #8F83BF;
}
.TagClassName
{
border-color: #8F83BF;
}
</style>