Shades of Moody Blue #8173B7
Tints of Moody Blue #8173B7
RGB
CMYK
RGB Variations
Color information
#8173B7 (or 0x8173B7) is known color: Moody Blue. HEX triplet: 81, 73 and B7. RGB value is (129,115,183). Sum of RGB (Red+Green+Blue) = 129+115+183=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 183 (71.88% from 255 or 42.86% from 427); Max value from RGB is 183 - color contains mainly: blue. Hex color #8173B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8173B7 is #7E8C48. Grayscale: #7E7E7E. Windows color (decimal): -8293449 or 12022657. OLE color: 12022657.
HSL color Cylindrical-coordinate representation of color #8173B7: hue angle of 252.35º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8173B7 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 115 | 183 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.28 |
| HSL | 252.35º | 0.32% | 0.58% | - |
| HSV(B) | 252.35º | 0.37% | 0.72% | - |
| XYZ | 23.73 | 20.35 | 47.48 | - |
| YUV | 126.94 | 159.64 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 183 | 0.30 | 0.37 | 0 | 0.28 | 252.35 | 0.32 | 0.58 |
| Hex | 81 | 73 | B7 | 1E | 25 | 0 | 1C | FC | 20 | 3A |
| Octal | 201 | 163 | 267 | 36 | 45 | 0 | 34 | 374 | 40 | 72 |
| Binary | 10000001 | 1110011 | 10110111 | 11110 | 100101 | 0 | 11100 | 11111100 | 100000 | 111010 |
Color Harmonies of #8173B7
Complementary color
Monochromatic Colors of #8173B7
Black with #8173B7
Text Example
Text Example
White with #8173B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8173B7; }
p { color: rgb(129,115,183); }
H1.HeaderClassName
{
color: #8173B7;
}
.AnyTagClassName
{
color: #8173B7;
}
</style>
background-color css
<style>
a { background-color: #8173B7; }
a { background-color: rgb(129,115,183); }
div.DivClassName
{
background-color: #8173B7;
}
.BgClassName
{
background-color: #8173B7;
}
</style>
border-color css
<style>
span { border-color: #8173B7; }
span { border-color: rgb(129,115,183); }
td.TdClassName
{
border-color: #8173B7;
}
.TagClassName
{
border-color: #8173B7;
}
</style>