Shades of Moody Blue #8177DC
Tints of Moody Blue #8177DC
RGB
CMYK
RGB Variations
Color information
#8177DC (or 0x8177DC) is known color: Moody Blue. HEX triplet: 81, 77 and DC. RGB value is (129,119,220). Sum of RGB (Red+Green+Blue) = 129+119+220=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #8177DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8177DC is #7E8823. Grayscale: #858585. Windows color (decimal): -8292388 or 14448513. OLE color: 14448513.
HSL color Cylindrical-coordinate representation of color #8177DC: hue angle of 245.94º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8177DC is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 119 | 220 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.14 |
| HSL | 245.94º | 0.59% | 0.66% | - |
| HSV(B) | 245.94º | 0.46% | 0.86% | - |
| XYZ | 28.57 | 23.03 | 70.65 | - |
| YUV | 133.5 | 176.81 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 220 | 0.41 | 0.46 | 0 | 0.14 | 245.94 | 0.59 | 0.66 |
| Hex | 81 | 77 | DC | 29 | 2E | 0 | E | F6 | 3B | 42 |
| Octal | 201 | 167 | 334 | 51 | 56 | 0 | 16 | 366 | 73 | 102 |
| Binary | 10000001 | 1110111 | 11011100 | 101001 | 101110 | 0 | 1110 | 11110110 | 111011 | 1000010 |
Color Harmonies of #8177DC
Complementary color
Monochromatic Colors of #8177DC
Black with #8177DC
Text Example
Text Example
White with #8177DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8177DC; }
p { color: rgb(129,119,220); }
H1.HeaderClassName
{
color: #8177DC;
}
.AnyTagClassName
{
color: #8177DC;
}
</style>
background-color css
<style>
a { background-color: #8177DC; }
a { background-color: rgb(129,119,220); }
div.DivClassName
{
background-color: #8177DC;
}
.BgClassName
{
background-color: #8177DC;
}
</style>
border-color css
<style>
span { border-color: #8177DC; }
span { border-color: rgb(129,119,220); }
td.TdClassName
{
border-color: #8177DC;
}
.TagClassName
{
border-color: #8177DC;
}
</style>