Shades of Moody Blue #817ADE
Tints of Moody Blue #817ADE
RGB
CMYK
RGB Variations
Color information
#817ADE (or 0x817ADE) is known color: Moody Blue. HEX triplet: 81, 7A and DE. RGB value is (129,122,222). Sum of RGB (Red+Green+Blue) = 129+122+222=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #817ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817ADE is #7E8521. Grayscale: #878787. Windows color (decimal): -8291618 or 14580353. OLE color: 14580353.
HSL color Cylindrical-coordinate representation of color #817ADE: hue angle of 244.2º 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 #817ADE is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 122 | 222 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.13 |
| HSL | 244.2º | 0.6% | 0.67% | - |
| HSV(B) | 244.2º | 0.45% | 0.87% | - |
| XYZ | 29.2 | 23.86 | 72.17 | - |
| YUV | 135.49 | 176.82 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 222 | 0.42 | 0.45 | 0 | 0.13 | 244.2 | 0.6 | 0.67 |
| Hex | 81 | 7A | DE | 2A | 2D | 0 | D | F4 | 3C | 43 |
| Octal | 201 | 172 | 336 | 52 | 55 | 0 | 15 | 364 | 74 | 103 |
| Binary | 10000001 | 1111010 | 11011110 | 101010 | 101101 | 0 | 1101 | 11110100 | 111100 | 1000011 |
Color Harmonies of #817ADE
Complementary color
Monochromatic Colors of #817ADE
Black with #817ADE
Text Example
Text Example
White with #817ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817ADE; }
p { color: rgb(129,122,222); }
H1.HeaderClassName
{
color: #817ADE;
}
.AnyTagClassName
{
color: #817ADE;
}
</style>
background-color css
<style>
a { background-color: #817ADE; }
a { background-color: rgb(129,122,222); }
div.DivClassName
{
background-color: #817ADE;
}
.BgClassName
{
background-color: #817ADE;
}
</style>
border-color css
<style>
span { border-color: #817ADE; }
span { border-color: rgb(129,122,222); }
td.TdClassName
{
border-color: #817ADE;
}
.TagClassName
{
border-color: #817ADE;
}
</style>