Shades of Moody Blue #8177CC
Tints of Moody Blue #8177CC
RGB
CMYK
RGB Variations
Color information
#8177CC (or 0x8177CC) is known color: Moody Blue. HEX triplet: 81, 77 and CC. RGB value is (129,119,204). Sum of RGB (Red+Green+Blue) = 129+119+204=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #8177CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8177CC is #7E8833. Grayscale: #838383. Windows color (decimal): -8292404 or 13399937. OLE color: 13399937.
HSL color Cylindrical-coordinate representation of color #8177CC: hue angle of 247.06º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8177CC is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 119 | 204 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.2 |
| HSL | 247.06º | 0.45% | 0.63% | - |
| HSV(B) | 247.06º | 0.42% | 0.8% | - |
| XYZ | 26.55 | 22.22 | 60.02 | - |
| YUV | 131.68 | 168.81 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 204 | 0.37 | 0.42 | 0 | 0.2 | 247.06 | 0.45 | 0.63 |
| Hex | 81 | 77 | CC | 25 | 2A | 0 | 14 | F7 | 2D | 3F |
| Octal | 201 | 167 | 314 | 45 | 52 | 0 | 24 | 367 | 55 | 77 |
| Binary | 10000001 | 1110111 | 11001100 | 100101 | 101010 | 0 | 10100 | 11110111 | 101101 | 111111 |
Color Harmonies of #8177CC
Complementary color
Monochromatic Colors of #8177CC
Black with #8177CC
Text Example
Text Example
White with #8177CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8177CC; }
p { color: rgb(129,119,204); }
H1.HeaderClassName
{
color: #8177CC;
}
.AnyTagClassName
{
color: #8177CC;
}
</style>
background-color css
<style>
a { background-color: #8177CC; }
a { background-color: rgb(129,119,204); }
div.DivClassName
{
background-color: #8177CC;
}
.BgClassName
{
background-color: #8177CC;
}
</style>
border-color css
<style>
span { border-color: #8177CC; }
span { border-color: rgb(129,119,204); }
td.TdClassName
{
border-color: #8177CC;
}
.TagClassName
{
border-color: #8177CC;
}
</style>