Shades of Moody Blue #817ECC
Tints of Moody Blue #817ECC
RGB
CMYK
RGB Variations
Color information
#817ECC (or 0x817ECC) is known color: Moody Blue. HEX triplet: 81, 7E and CC. RGB value is (129,126,204). Sum of RGB (Red+Green+Blue) = 129+126+204=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #817ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817ECC is #7E8133. Grayscale: #878787. Windows color (decimal): -8290612 or 13401729. OLE color: 13401729.
HSL color Cylindrical-coordinate representation of color #817ECC: hue angle of 242.31º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #817ECC is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 126 | 204 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.2 |
| HSL | 242.31º | 0.43% | 0.65% | - |
| HSV(B) | 242.31º | 0.38% | 0.8% | - |
| XYZ | 27.41 | 23.95 | 60.3 | - |
| YUV | 135.79 | 166.49 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 204 | 0.37 | 0.38 | 0 | 0.2 | 242.31 | 0.43 | 0.65 |
| Hex | 81 | 7E | CC | 25 | 26 | 0 | 14 | F2 | 2B | 41 |
| Octal | 201 | 176 | 314 | 45 | 46 | 0 | 24 | 362 | 53 | 101 |
| Binary | 10000001 | 1111110 | 11001100 | 100101 | 100110 | 0 | 10100 | 11110010 | 101011 | 1000001 |
Color Harmonies of #817ECC
Complementary color
Monochromatic Colors of #817ECC
Black with #817ECC
Text Example
Text Example
White with #817ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817ECC; }
p { color: rgb(129,126,204); }
H1.HeaderClassName
{
color: #817ECC;
}
.AnyTagClassName
{
color: #817ECC;
}
</style>
background-color css
<style>
a { background-color: #817ECC; }
a { background-color: rgb(129,126,204); }
div.DivClassName
{
background-color: #817ECC;
}
.BgClassName
{
background-color: #817ECC;
}
</style>
border-color css
<style>
span { border-color: #817ECC; }
span { border-color: rgb(129,126,204); }
td.TdClassName
{
border-color: #817ECC;
}
.TagClassName
{
border-color: #817ECC;
}
</style>