Shades of Moody Blue #817EDE
Tints of Moody Blue #817EDE
RGB
CMYK
RGB Variations
Color information
#817EDE (or 0x817EDE) is known color: Moody Blue. HEX triplet: 81, 7E and DE. RGB value is (129,126,222). Sum of RGB (Red+Green+Blue) = 129+126+222=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #817EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817EDE is #7E8121. Grayscale: #898989. Windows color (decimal): -8290594 or 14581377. OLE color: 14581377.
HSL color Cylindrical-coordinate representation of color #817EDE: hue angle of 241.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #817EDE is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 126 | 222 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.13 |
| HSL | 241.88º | 0.59% | 0.68% | - |
| HSV(B) | 241.88º | 0.43% | 0.87% | - |
| XYZ | 29.7 | 24.86 | 72.34 | - |
| YUV | 137.84 | 175.49 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 222 | 0.42 | 0.43 | 0 | 0.13 | 241.88 | 0.59 | 0.68 |
| Hex | 81 | 7E | DE | 2A | 2B | 0 | D | F2 | 3B | 44 |
| Octal | 201 | 176 | 336 | 52 | 53 | 0 | 15 | 362 | 73 | 104 |
| Binary | 10000001 | 1111110 | 11011110 | 101010 | 101011 | 0 | 1101 | 11110010 | 111011 | 1000100 |
Color Harmonies of #817EDE
Complementary color
Monochromatic Colors of #817EDE
Black with #817EDE
Text Example
Text Example
White with #817EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817EDE; }
p { color: rgb(129,126,222); }
H1.HeaderClassName
{
color: #817EDE;
}
.AnyTagClassName
{
color: #817EDE;
}
</style>
background-color css
<style>
a { background-color: #817EDE; }
a { background-color: rgb(129,126,222); }
div.DivClassName
{
background-color: #817EDE;
}
.BgClassName
{
background-color: #817EDE;
}
</style>
border-color css
<style>
span { border-color: #817EDE; }
span { border-color: rgb(129,126,222); }
td.TdClassName
{
border-color: #817EDE;
}
.TagClassName
{
border-color: #817EDE;
}
</style>