Shades of Moody Blue #817ED3
Tints of Moody Blue #817ED3
RGB
CMYK
RGB Variations
Color information
#817ED3 (or 0x817ED3) is known color: Moody Blue. HEX triplet: 81, 7E and D3. RGB value is (129,126,211). Sum of RGB (Red+Green+Blue) = 129+126+211=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 211 - color contains mainly: blue. Hex color #817ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817ED3 is #7E812C. Grayscale: #888888. Windows color (decimal): -8290605 or 13860481. OLE color: 13860481.
HSL color Cylindrical-coordinate representation of color #817ED3: hue angle of 242.12º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #817ED3 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 126 | 211 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.17 |
| HSL | 242.12º | 0.49% | 0.66% | - |
| HSV(B) | 242.12º | 0.4% | 0.83% | - |
| XYZ | 28.27 | 24.29 | 64.83 | - |
| YUV | 136.59 | 169.99 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 211 | 0.39 | 0.40 | 0 | 0.17 | 242.12 | 0.49 | 0.66 |
| Hex | 81 | 7E | D3 | 27 | 28 | 0 | 11 | F2 | 31 | 42 |
| Octal | 201 | 176 | 323 | 47 | 50 | 0 | 21 | 362 | 61 | 102 |
| Binary | 10000001 | 1111110 | 11010011 | 100111 | 101000 | 0 | 10001 | 11110010 | 110001 | 1000010 |
Color Harmonies of #817ED3
Complementary color
Monochromatic Colors of #817ED3
Black with #817ED3
Text Example
Text Example
White with #817ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817ED3; }
p { color: rgb(129,126,211); }
H1.HeaderClassName
{
color: #817ED3;
}
.AnyTagClassName
{
color: #817ED3;
}
</style>
background-color css
<style>
a { background-color: #817ED3; }
a { background-color: rgb(129,126,211); }
div.DivClassName
{
background-color: #817ED3;
}
.BgClassName
{
background-color: #817ED3;
}
</style>
border-color css
<style>
span { border-color: #817ED3; }
span { border-color: rgb(129,126,211); }
td.TdClassName
{
border-color: #817ED3;
}
.TagClassName
{
border-color: #817ED3;
}
</style>