Shades of Moody Blue #8179DB
Tints of Moody Blue #8179DB
RGB
CMYK
RGB Variations
Color information
#8179DB (or 0x8179DB) is known color: Moody Blue. HEX triplet: 81, 79 and DB. RGB value is (129,121,219). Sum of RGB (Red+Green+Blue) = 129+121+219=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #8179DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8179DB is #7E8624. Grayscale: #868686. Windows color (decimal): -8291877 or 14383489. OLE color: 14383489.
HSL color Cylindrical-coordinate representation of color #8179DB: hue angle of 244.9º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8179DB is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 121 | 219 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.14 |
| HSL | 244.9º | 0.58% | 0.67% | - |
| HSV(B) | 244.9º | 0.45% | 0.86% | - |
| XYZ | 28.68 | 23.46 | 70.03 | - |
| YUV | 134.56 | 175.65 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 219 | 0.41 | 0.45 | 0 | 0.14 | 244.9 | 0.58 | 0.67 |
| Hex | 81 | 79 | DB | 29 | 2D | 0 | E | F5 | 3A | 43 |
| Octal | 201 | 171 | 333 | 51 | 55 | 0 | 16 | 365 | 72 | 103 |
| Binary | 10000001 | 1111001 | 11011011 | 101001 | 101101 | 0 | 1110 | 11110101 | 111010 | 1000011 |
Color Harmonies of #8179DB
Complementary color
Monochromatic Colors of #8179DB
Black with #8179DB
Text Example
Text Example
White with #8179DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8179DB; }
p { color: rgb(129,121,219); }
H1.HeaderClassName
{
color: #8179DB;
}
.AnyTagClassName
{
color: #8179DB;
}
</style>
background-color css
<style>
a { background-color: #8179DB; }
a { background-color: rgb(129,121,219); }
div.DivClassName
{
background-color: #8179DB;
}
.BgClassName
{
background-color: #8179DB;
}
</style>
border-color css
<style>
span { border-color: #8179DB; }
span { border-color: rgb(129,121,219); }
td.TdClassName
{
border-color: #8179DB;
}
.TagClassName
{
border-color: #8179DB;
}
</style>