Shades of Moody Blue #817FDE
Tints of Moody Blue #817FDE
RGB
CMYK
RGB Variations
Color information
#817FDE (or 0x817FDE) is known color: Moody Blue. HEX triplet: 81, 7F and DE. RGB value is (129,127,222). Sum of RGB (Red+Green+Blue) = 129+127+222=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #817FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FDE is #7E8021. Grayscale: #8A8A8A. Windows color (decimal): -8290338 or 14581633. OLE color: 14581633.
HSL color Cylindrical-coordinate representation of color #817FDE: hue angle of 241.26º 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 #817FDE is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 127 | 222 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.13 |
| HSL | 241.26º | 0.59% | 0.68% | - |
| HSV(B) | 241.26º | 0.43% | 0.87% | - |
| XYZ | 29.83 | 25.12 | 72.38 | - |
| YUV | 138.43 | 175.16 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 222 | 0.42 | 0.43 | 0 | 0.13 | 241.26 | 0.59 | 0.68 |
| Hex | 81 | 7F | DE | 2A | 2B | 0 | D | F1 | 3B | 44 |
| Octal | 201 | 177 | 336 | 52 | 53 | 0 | 15 | 361 | 73 | 104 |
| Binary | 10000001 | 1111111 | 11011110 | 101010 | 101011 | 0 | 1101 | 11110001 | 111011 | 1000100 |
Color Harmonies of #817FDE
Complementary color
Monochromatic Colors of #817FDE
Black with #817FDE
Text Example
Text Example
White with #817FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817FDE; }
p { color: rgb(129,127,222); }
H1.HeaderClassName
{
color: #817FDE;
}
.AnyTagClassName
{
color: #817FDE;
}
</style>
background-color css
<style>
a { background-color: #817FDE; }
a { background-color: rgb(129,127,222); }
div.DivClassName
{
background-color: #817FDE;
}
.BgClassName
{
background-color: #817FDE;
}
</style>
border-color css
<style>
span { border-color: #817FDE; }
span { border-color: rgb(129,127,222); }
td.TdClassName
{
border-color: #817FDE;
}
.TagClassName
{
border-color: #817FDE;
}
</style>