Shades of Moody Blue #8177DB
Tints of Moody Blue #8177DB
RGB
CMYK
RGB Variations
Color information
#8177DB (or 0x8177DB) is known color: Moody Blue. HEX triplet: 81, 77 and DB. RGB value is (129,119,219). Sum of RGB (Red+Green+Blue) = 129+119+219=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #8177DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8177DB is #7E8824. Grayscale: #858585. Windows color (decimal): -8292389 or 14382977. OLE color: 14382977.
HSL color Cylindrical-coordinate representation of color #8177DB: hue angle of 246º degrees, saturation: 0.58, 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 #8177DB is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 119 | 219 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.14 |
| HSL | 246º | 0.58% | 0.66% | - |
| HSV(B) | 246º | 0.46% | 0.86% | - |
| XYZ | 28.44 | 22.98 | 69.95 | - |
| YUV | 133.39 | 176.31 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 219 | 0.41 | 0.46 | 0 | 0.14 | 246 | 0.58 | 0.66 |
| Hex | 81 | 77 | DB | 29 | 2E | 0 | E | F6 | 3A | 42 |
| Octal | 201 | 167 | 333 | 51 | 56 | 0 | 16 | 366 | 72 | 102 |
| Binary | 10000001 | 1110111 | 11011011 | 101001 | 101110 | 0 | 1110 | 11110110 | 111010 | 1000010 |
Color Harmonies of #8177DB
Complementary color
Monochromatic Colors of #8177DB
Black with #8177DB
Text Example
Text Example
White with #8177DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8177DB; }
p { color: rgb(129,119,219); }
H1.HeaderClassName
{
color: #8177DB;
}
.AnyTagClassName
{
color: #8177DB;
}
</style>
background-color css
<style>
a { background-color: #8177DB; }
a { background-color: rgb(129,119,219); }
div.DivClassName
{
background-color: #8177DB;
}
.BgClassName
{
background-color: #8177DB;
}
</style>
border-color css
<style>
span { border-color: #8177DB; }
span { border-color: rgb(129,119,219); }
td.TdClassName
{
border-color: #8177DB;
}
.TagClassName
{
border-color: #8177DB;
}
</style>