Shades of Moody Blue #8170B7
Tints of Moody Blue #8170B7
RGB
CMYK
RGB Variations
Color information
#8170B7 (or 0x8170B7) is known color: Moody Blue. HEX triplet: 81, 70 and B7. RGB value is (129,112,183). Sum of RGB (Red+Green+Blue) = 129+112+183=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 183 (71.88% from 255 or 43.16% from 424); Max value from RGB is 183 - color contains mainly: blue. Hex color #8170B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8170B7 is #7E8F48. Grayscale: #7C7C7C. Windows color (decimal): -8294217 or 12021889. OLE color: 12021889.
HSL color Cylindrical-coordinate representation of color #8170B7: hue angle of 254.37º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8170B7 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 112 | 183 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.28 |
| HSL | 254.37º | 0.33% | 0.58% | - |
| HSV(B) | 254.37º | 0.39% | 0.72% | - |
| XYZ | 23.39 | 19.67 | 47.36 | - |
| YUV | 125.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 112 | 183 | 0.30 | 0.39 | 0 | 0.28 | 254.37 | 0.33 | 0.58 |
| Hex | 81 | 70 | B7 | 1E | 27 | 0 | 1C | FE | 21 | 3A |
| Octal | 201 | 160 | 267 | 36 | 47 | 0 | 34 | 376 | 41 | 72 |
| Binary | 10000001 | 1110000 | 10110111 | 11110 | 100111 | 0 | 11100 | 11111110 | 100001 | 111010 |
Color Harmonies of #8170B7
Complementary color
Monochromatic Colors of #8170B7
Black with #8170B7
Text Example
Text Example
White with #8170B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8170B7; }
p { color: rgb(129,112,183); }
H1.HeaderClassName
{
color: #8170B7;
}
.AnyTagClassName
{
color: #8170B7;
}
</style>
background-color css
<style>
a { background-color: #8170B7; }
a { background-color: rgb(129,112,183); }
div.DivClassName
{
background-color: #8170B7;
}
.BgClassName
{
background-color: #8170B7;
}
</style>
border-color css
<style>
span { border-color: #8170B7; }
span { border-color: rgb(129,112,183); }
td.TdClassName
{
border-color: #8170B7;
}
.TagClassName
{
border-color: #8170B7;
}
</style>