Shades of Moody Blue #8179DE
Tints of Moody Blue #8179DE
RGB
CMYK
RGB Variations
Color information
#8179DE (or 0x8179DE) is known color: Moody Blue. HEX triplet: 81, 79 and DE. RGB value is (129,121,222). Sum of RGB (Red+Green+Blue) = 129+121+222=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #8179DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8179DE is #7E8621. Grayscale: #868686. Windows color (decimal): -8291874 or 14580097. OLE color: 14580097.
HSL color Cylindrical-coordinate representation of color #8179DE: hue angle of 244.75º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8179DE is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 121 | 222 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.13 |
| HSL | 244.75º | 0.6% | 0.67% | - |
| HSV(B) | 244.75º | 0.45% | 0.87% | - |
| XYZ | 29.08 | 23.62 | 72.13 | - |
| YUV | 134.91 | 177.15 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 222 | 0.42 | 0.45 | 0 | 0.13 | 244.75 | 0.6 | 0.67 |
| Hex | 81 | 79 | DE | 2A | 2D | 0 | D | F5 | 3C | 43 |
| Octal | 201 | 171 | 336 | 52 | 55 | 0 | 15 | 365 | 74 | 103 |
| Binary | 10000001 | 1111001 | 11011110 | 101010 | 101101 | 0 | 1101 | 11110101 | 111100 | 1000011 |
Color Harmonies of #8179DE
Complementary color
Monochromatic Colors of #8179DE
Black with #8179DE
Text Example
Text Example
White with #8179DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8179DE; }
p { color: rgb(129,121,222); }
H1.HeaderClassName
{
color: #8179DE;
}
.AnyTagClassName
{
color: #8179DE;
}
</style>
background-color css
<style>
a { background-color: #8179DE; }
a { background-color: rgb(129,121,222); }
div.DivClassName
{
background-color: #8179DE;
}
.BgClassName
{
background-color: #8179DE;
}
</style>
border-color css
<style>
span { border-color: #8179DE; }
span { border-color: rgb(129,121,222); }
td.TdClassName
{
border-color: #8179DE;
}
.TagClassName
{
border-color: #8179DE;
}
</style>