Shades of Moody Blue #8F82BE
Tints of Moody Blue #8F82BE
RGB
CMYK
RGB Variations
Color information
#8F82BE (or 0x8F82BE) is known color: Moody Blue. HEX triplet: 8F, 82 and BE. RGB value is (143,130,190). Sum of RGB (Red+Green+Blue) = 143+130+190=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F82BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F82BE is #707D41. Grayscale: #8C8C8C. Windows color (decimal): -7372098 or 12485263. OLE color: 12485263.
HSL color Cylindrical-coordinate representation of color #8F82BE: hue angle of 253º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F82BE is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 130 | 190 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.25 |
| HSL | 253º | 0.32% | 0.63% | - |
| HSV(B) | 253º | 0.32% | 0.75% | - |
| XYZ | 28.6 | 25.52 | 52.13 | - |
| YUV | 140.73 | 155.81 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 130 | 190 | 0.25 | 0.32 | 0 | 0.25 | 253 | 0.32 | 0.63 |
| Hex | 8F | 82 | BE | 19 | 20 | 0 | 19 | FD | 20 | 3F |
| Octal | 217 | 202 | 276 | 31 | 40 | 0 | 31 | 375 | 40 | 77 |
| Binary | 10001111 | 10000010 | 10111110 | 11001 | 100000 | 0 | 11001 | 11111101 | 100000 | 111111 |
Color Harmonies of #8F82BE
Complementary color
Monochromatic Colors of #8F82BE
Black with #8F82BE
Text Example
Text Example
White with #8F82BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F82BE; }
p { color: rgb(143,130,190); }
H1.HeaderClassName
{
color: #8F82BE;
}
.AnyTagClassName
{
color: #8F82BE;
}
</style>
background-color css
<style>
a { background-color: #8F82BE; }
a { background-color: rgb(143,130,190); }
div.DivClassName
{
background-color: #8F82BE;
}
.BgClassName
{
background-color: #8F82BE;
}
</style>
border-color css
<style>
span { border-color: #8F82BE; }
span { border-color: rgb(143,130,190); }
td.TdClassName
{
border-color: #8F82BE;
}
.TagClassName
{
border-color: #8F82BE;
}
</style>