Shades of Moody Blue #8177BD
Tints of Moody Blue #8177BD
RGB
CMYK
RGB Variations
Color information
#8177BD (or 0x8177BD) is known color: Moody Blue. HEX triplet: 81, 77 and BD. RGB value is (129,119,189). Sum of RGB (Red+Green+Blue) = 129+119+189=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #8177BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8177BD is #7E8842. Grayscale: #818181. Windows color (decimal): -8292419 or 12416897. OLE color: 12416897.
HSL color Cylindrical-coordinate representation of color #8177BD: hue angle of 248.57º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8177BD is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 119 | 189 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.26 |
| HSL | 248.57º | 0.35% | 0.6% | - |
| HSV(B) | 248.57º | 0.37% | 0.74% | - |
| XYZ | 24.84 | 21.53 | 50.99 | - |
| YUV | 129.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 189 | 0.32 | 0.37 | 0 | 0.26 | 248.57 | 0.35 | 0.6 |
| Hex | 81 | 77 | BD | 20 | 25 | 0 | 1A | F9 | 23 | 3C |
| Octal | 201 | 167 | 275 | 40 | 45 | 0 | 32 | 371 | 43 | 74 |
| Binary | 10000001 | 1110111 | 10111101 | 100000 | 100101 | 0 | 11010 | 11111001 | 100011 | 111100 |
Color Harmonies of #8177BD
Complementary color
Monochromatic Colors of #8177BD
Black with #8177BD
Text Example
Text Example
White with #8177BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8177BD; }
p { color: rgb(129,119,189); }
H1.HeaderClassName
{
color: #8177BD;
}
.AnyTagClassName
{
color: #8177BD;
}
</style>
background-color css
<style>
a { background-color: #8177BD; }
a { background-color: rgb(129,119,189); }
div.DivClassName
{
background-color: #8177BD;
}
.BgClassName
{
background-color: #8177BD;
}
</style>
border-color css
<style>
span { border-color: #8177BD; }
span { border-color: rgb(129,119,189); }
td.TdClassName
{
border-color: #8177BD;
}
.TagClassName
{
border-color: #8177BD;
}
</style>