Shades of Moody Blue #8176BA
Tints of Moody Blue #8176BA
RGB
CMYK
RGB Variations
Color information
#8176BA (or 0x8176BA) is known color: Moody Blue. HEX triplet: 81, 76 and BA. RGB value is (129,118,186). Sum of RGB (Red+Green+Blue) = 129+118+186=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #8176BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8176BA is #7E8945. Grayscale: #808080. Windows color (decimal): -8292678 or 12220033. OLE color: 12220033.
HSL color Cylindrical-coordinate representation of color #8176BA: hue angle of 249.71º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8176BA is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 118 | 186 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.27 |
| HSL | 249.71º | 0.33% | 0.6% | - |
| HSV(B) | 249.71º | 0.37% | 0.73% | - |
| XYZ | 24.39 | 21.17 | 49.25 | - |
| YUV | 129.04 | 160.14 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 186 | 0.31 | 0.37 | 0 | 0.27 | 249.71 | 0.33 | 0.6 |
| Hex | 81 | 76 | BA | 1F | 25 | 0 | 1B | FA | 21 | 3C |
| Octal | 201 | 166 | 272 | 37 | 45 | 0 | 33 | 372 | 41 | 74 |
| Binary | 10000001 | 1110110 | 10111010 | 11111 | 100101 | 0 | 11011 | 11111010 | 100001 | 111100 |
Color Harmonies of #8176BA
Complementary color
Monochromatic Colors of #8176BA
Black with #8176BA
Text Example
Text Example
White with #8176BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8176BA; }
p { color: rgb(129,118,186); }
H1.HeaderClassName
{
color: #8176BA;
}
.AnyTagClassName
{
color: #8176BA;
}
</style>
background-color css
<style>
a { background-color: #8176BA; }
a { background-color: rgb(129,118,186); }
div.DivClassName
{
background-color: #8176BA;
}
.BgClassName
{
background-color: #8176BA;
}
</style>
border-color css
<style>
span { border-color: #8176BA; }
span { border-color: rgb(129,118,186); }
td.TdClassName
{
border-color: #8176BA;
}
.TagClassName
{
border-color: #8176BA;
}
</style>