Shades of Moody Blue #8177CA
Tints of Moody Blue #8177CA
RGB
CMYK
RGB Variations
Color information
#8177CA (or 0x8177CA) is known color: Moody Blue. HEX triplet: 81, 77 and CA. RGB value is (129,119,202). Sum of RGB (Red+Green+Blue) = 129+119+202=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #8177CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8177CA is #7E8835. Grayscale: #838383. Windows color (decimal): -8292406 or 13268865. OLE color: 13268865.
HSL color Cylindrical-coordinate representation of color #8177CA: hue angle of 247.23º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8177CA is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 119 | 202 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.21 |
| HSL | 247.23º | 0.44% | 0.63% | - |
| HSV(B) | 247.23º | 0.41% | 0.79% | - |
| XYZ | 26.31 | 22.13 | 58.76 | - |
| YUV | 131.45 | 167.81 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 202 | 0.36 | 0.41 | 0 | 0.21 | 247.23 | 0.44 | 0.63 |
| Hex | 81 | 77 | CA | 24 | 29 | 0 | 15 | F7 | 2C | 3F |
| Octal | 201 | 167 | 312 | 44 | 51 | 0 | 25 | 367 | 54 | 77 |
| Binary | 10000001 | 1110111 | 11001010 | 100100 | 101001 | 0 | 10101 | 11110111 | 101100 | 111111 |
Color Harmonies of #8177CA
Complementary color
Monochromatic Colors of #8177CA
Black with #8177CA
Text Example
Text Example
White with #8177CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8177CA; }
p { color: rgb(129,119,202); }
H1.HeaderClassName
{
color: #8177CA;
}
.AnyTagClassName
{
color: #8177CA;
}
</style>
background-color css
<style>
a { background-color: #8177CA; }
a { background-color: rgb(129,119,202); }
div.DivClassName
{
background-color: #8177CA;
}
.BgClassName
{
background-color: #8177CA;
}
</style>
border-color css
<style>
span { border-color: #8177CA; }
span { border-color: rgb(129,119,202); }
td.TdClassName
{
border-color: #8177CA;
}
.TagClassName
{
border-color: #8177CA;
}
</style>