Shades of Moody Blue #8177C4
Tints of Moody Blue #8177C4
RGB
CMYK
RGB Variations
Color information
#8177C4 (or 0x8177C4) is known color: Moody Blue. HEX triplet: 81, 77 and C4. RGB value is (129,119,196). Sum of RGB (Red+Green+Blue) = 129+119+196=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 196 - color contains mainly: blue. Hex color #8177C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8177C4 is #7E883B. Grayscale: #828282. Windows color (decimal): -8292412 or 12875649. OLE color: 12875649.
HSL color Cylindrical-coordinate representation of color #8177C4: hue angle of 247.79º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8177C4 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 119 | 196 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.23 |
| HSL | 247.79º | 0.39% | 0.62% | - |
| HSV(B) | 247.79º | 0.39% | 0.77% | - |
| XYZ | 25.61 | 21.85 | 55.09 | - |
| YUV | 130.77 | 164.81 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 196 | 0.34 | 0.39 | 0 | 0.23 | 247.79 | 0.39 | 0.62 |
| Hex | 81 | 77 | C4 | 22 | 27 | 0 | 17 | F8 | 27 | 3E |
| Octal | 201 | 167 | 304 | 42 | 47 | 0 | 27 | 370 | 47 | 76 |
| Binary | 10000001 | 1110111 | 11000100 | 100010 | 100111 | 0 | 10111 | 11111000 | 100111 | 111110 |
Color Harmonies of #8177C4
Complementary color
Monochromatic Colors of #8177C4
Black with #8177C4
Text Example
Text Example
White with #8177C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8177C4; }
p { color: rgb(129,119,196); }
H1.HeaderClassName
{
color: #8177C4;
}
.AnyTagClassName
{
color: #8177C4;
}
</style>
background-color css
<style>
a { background-color: #8177C4; }
a { background-color: rgb(129,119,196); }
div.DivClassName
{
background-color: #8177C4;
}
.BgClassName
{
background-color: #8177C4;
}
</style>
border-color css
<style>
span { border-color: #8177C4; }
span { border-color: rgb(129,119,196); }
td.TdClassName
{
border-color: #8177C4;
}
.TagClassName
{
border-color: #8177C4;
}
</style>