Shades of Moody Blue #817FDD
Tints of Moody Blue #817FDD
RGB
CMYK
RGB Variations
Color information
#817FDD (or 0x817FDD) is known color: Moody Blue. HEX triplet: 81, 7F and DD. RGB value is (129,127,221). Sum of RGB (Red+Green+Blue) = 129+127+221=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #817FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FDD is #7E8022. Grayscale: #898989. Windows color (decimal): -8290339 or 14516097. OLE color: 14516097.
HSL color Cylindrical-coordinate representation of color #817FDD: hue angle of 241.28º degrees, saturation: 0.58, 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 #817FDD is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 127 | 221 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.13 |
| HSL | 241.28º | 0.58% | 0.68% | - |
| HSV(B) | 241.28º | 0.43% | 0.87% | - |
| XYZ | 29.69 | 25.07 | 71.68 | - |
| YUV | 138.31 | 174.66 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 221 | 0.42 | 0.43 | 0 | 0.13 | 241.28 | 0.58 | 0.68 |
| Hex | 81 | 7F | DD | 2A | 2B | 0 | D | F1 | 3A | 44 |
| Octal | 201 | 177 | 335 | 52 | 53 | 0 | 15 | 361 | 72 | 104 |
| Binary | 10000001 | 1111111 | 11011101 | 101010 | 101011 | 0 | 1101 | 11110001 | 111010 | 1000100 |
Color Harmonies of #817FDD
Complementary color
Monochromatic Colors of #817FDD
Black with #817FDD
Text Example
Text Example
White with #817FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817FDD; }
p { color: rgb(129,127,221); }
H1.HeaderClassName
{
color: #817FDD;
}
.AnyTagClassName
{
color: #817FDD;
}
</style>
background-color css
<style>
a { background-color: #817FDD; }
a { background-color: rgb(129,127,221); }
div.DivClassName
{
background-color: #817FDD;
}
.BgClassName
{
background-color: #817FDD;
}
</style>
border-color css
<style>
span { border-color: #817FDD; }
span { border-color: rgb(129,127,221); }
td.TdClassName
{
border-color: #817FDD;
}
.TagClassName
{
border-color: #817FDD;
}
</style>