Shades of Moody Blue #8177D7
Tints of Moody Blue #8177D7
RGB
CMYK
RGB Variations
Color information
#8177D7 (or 0x8177D7) is known color: Moody Blue. HEX triplet: 81, 77 and D7. RGB value is (129,119,215). Sum of RGB (Red+Green+Blue) = 129+119+215=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #8177D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8177D7 is #7E8828. Grayscale: #848484. Windows color (decimal): -8292393 or 14120833. OLE color: 14120833.
HSL color Cylindrical-coordinate representation of color #8177D7: hue angle of 246.25º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8177D7 is Cyan = 0.4, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 119 | 215 | - |
| CMYK | 0.4 | 0.45 | 0 | 0.16 |
| HSL | 246.25º | 0.55% | 0.65% | - |
| HSV(B) | 246.25º | 0.45% | 0.84% | - |
| XYZ | 27.92 | 22.77 | 67.21 | - |
| YUV | 132.93 | 174.31 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 215 | 0.4 | 0.45 | 0 | 0.16 | 246.25 | 0.55 | 0.65 |
| Hex | 81 | 77 | D7 | 28 | 2D | 0 | 10 | F6 | 37 | 41 |
| Octal | 201 | 167 | 327 | 50 | 55 | 0 | 20 | 366 | 67 | 101 |
| Binary | 10000001 | 1110111 | 11010111 | 101000 | 101101 | 0 | 10000 | 11110110 | 110111 | 1000001 |
Color Harmonies of #8177D7
Complementary color
Monochromatic Colors of #8177D7
Black with #8177D7
Text Example
Text Example
White with #8177D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8177D7; }
p { color: rgb(129,119,215); }
H1.HeaderClassName
{
color: #8177D7;
}
.AnyTagClassName
{
color: #8177D7;
}
</style>
background-color css
<style>
a { background-color: #8177D7; }
a { background-color: rgb(129,119,215); }
div.DivClassName
{
background-color: #8177D7;
}
.BgClassName
{
background-color: #8177D7;
}
</style>
border-color css
<style>
span { border-color: #8177D7; }
span { border-color: rgb(129,119,215); }
td.TdClassName
{
border-color: #8177D7;
}
.TagClassName
{
border-color: #8177D7;
}
</style>