Shades of Moody Blue #8170B9
Tints of Moody Blue #8170B9
RGB
CMYK
RGB Variations
Color information
#8170B9 (or 0x8170B9) is known color: Moody Blue. HEX triplet: 81, 70 and B9. RGB value is (129,112,185). Sum of RGB (Red+Green+Blue) = 129+112+185=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: blue. Hex color #8170B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8170B9 is #7E8F46. Grayscale: #7D7D7D. Windows color (decimal): -8294215 or 12152961. OLE color: 12152961.
HSL color Cylindrical-coordinate representation of color #8170B9: hue angle of 253.97º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8170B9 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 112 | 185 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.27 |
| HSL | 253.97º | 0.34% | 0.58% | - |
| HSV(B) | 253.97º | 0.39% | 0.73% | - |
| XYZ | 23.6 | 19.76 | 48.47 | - |
| YUV | 125.41 | 161.63 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 112 | 185 | 0.30 | 0.39 | 0 | 0.27 | 253.97 | 0.34 | 0.58 |
| Hex | 81 | 70 | B9 | 1E | 27 | 0 | 1B | FE | 22 | 3A |
| Octal | 201 | 160 | 271 | 36 | 47 | 0 | 33 | 376 | 42 | 72 |
| Binary | 10000001 | 1110000 | 10111001 | 11110 | 100111 | 0 | 11011 | 11111110 | 100010 | 111010 |
Color Harmonies of #8170B9
Complementary color
Monochromatic Colors of #8170B9
Black with #8170B9
Text Example
Text Example
White with #8170B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8170B9; }
p { color: rgb(129,112,185); }
H1.HeaderClassName
{
color: #8170B9;
}
.AnyTagClassName
{
color: #8170B9;
}
</style>
background-color css
<style>
a { background-color: #8170B9; }
a { background-color: rgb(129,112,185); }
div.DivClassName
{
background-color: #8170B9;
}
.BgClassName
{
background-color: #8170B9;
}
</style>
border-color css
<style>
span { border-color: #8170B9; }
span { border-color: rgb(129,112,185); }
td.TdClassName
{
border-color: #8170B9;
}
.TagClassName
{
border-color: #8170B9;
}
</style>