Shades of Moody Blue #817ED6
Tints of Moody Blue #817ED6
RGB
CMYK
RGB Variations
Color information
#817ED6 (or 0x817ED6) is known color: Moody Blue. HEX triplet: 81, 7E and D6. RGB value is (129,126,214). Sum of RGB (Red+Green+Blue) = 129+126+214=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 214 - color contains mainly: blue. Hex color #817ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817ED6 is #7E8129. Grayscale: #888888. Windows color (decimal): -8290602 or 14057089. OLE color: 14057089.
HSL color Cylindrical-coordinate representation of color #817ED6: hue angle of 242.05º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #817ED6 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 126 | 214 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.16 |
| HSL | 242.05º | 0.52% | 0.67% | - |
| HSV(B) | 242.05º | 0.41% | 0.84% | - |
| XYZ | 28.65 | 24.44 | 66.83 | - |
| YUV | 136.93 | 171.49 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 214 | 0.40 | 0.41 | 0 | 0.16 | 242.05 | 0.52 | 0.67 |
| Hex | 81 | 7E | D6 | 28 | 29 | 0 | 10 | F2 | 34 | 43 |
| Octal | 201 | 176 | 326 | 50 | 51 | 0 | 20 | 362 | 64 | 103 |
| Binary | 10000001 | 1111110 | 11010110 | 101000 | 101001 | 0 | 10000 | 11110010 | 110100 | 1000011 |
Color Harmonies of #817ED6
Complementary color
Monochromatic Colors of #817ED6
Black with #817ED6
Text Example
Text Example
White with #817ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817ED6; }
p { color: rgb(129,126,214); }
H1.HeaderClassName
{
color: #817ED6;
}
.AnyTagClassName
{
color: #817ED6;
}
</style>
background-color css
<style>
a { background-color: #817ED6; }
a { background-color: rgb(129,126,214); }
div.DivClassName
{
background-color: #817ED6;
}
.BgClassName
{
background-color: #817ED6;
}
</style>
border-color css
<style>
span { border-color: #817ED6; }
span { border-color: rgb(129,126,214); }
td.TdClassName
{
border-color: #817ED6;
}
.TagClassName
{
border-color: #817ED6;
}
</style>