Shades of Moody Blue #817BDD
Tints of Moody Blue #817BDD
RGB
CMYK
RGB Variations
Color information
#817BDD (or 0x817BDD) is known color: Moody Blue. HEX triplet: 81, 7B and DD. RGB value is (129,123,221). Sum of RGB (Red+Green+Blue) = 129+123+221=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #817BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817BDD is #7E8422. Grayscale: #878787. Windows color (decimal): -8291363 or 14515073. OLE color: 14515073.
HSL color Cylindrical-coordinate representation of color #817BDD: hue angle of 243.67º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #817BDD is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 123 | 221 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.13 |
| HSL | 243.67º | 0.59% | 0.67% | - |
| HSV(B) | 243.67º | 0.44% | 0.87% | - |
| XYZ | 29.19 | 24.05 | 71.51 | - |
| YUV | 135.97 | 175.99 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 123 | 221 | 0.42 | 0.44 | 0 | 0.13 | 243.67 | 0.59 | 0.67 |
| Hex | 81 | 7B | DD | 2A | 2C | 0 | D | F4 | 3B | 43 |
| Octal | 201 | 173 | 335 | 52 | 54 | 0 | 15 | 364 | 73 | 103 |
| Binary | 10000001 | 1111011 | 11011101 | 101010 | 101100 | 0 | 1101 | 11110100 | 111011 | 1000011 |
Color Harmonies of #817BDD
Complementary color
Monochromatic Colors of #817BDD
Black with #817BDD
Text Example
Text Example
White with #817BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817BDD; }
p { color: rgb(129,123,221); }
H1.HeaderClassName
{
color: #817BDD;
}
.AnyTagClassName
{
color: #817BDD;
}
</style>
background-color css
<style>
a { background-color: #817BDD; }
a { background-color: rgb(129,123,221); }
div.DivClassName
{
background-color: #817BDD;
}
.BgClassName
{
background-color: #817BDD;
}
</style>
border-color css
<style>
span { border-color: #817BDD; }
span { border-color: rgb(129,123,221); }
td.TdClassName
{
border-color: #817BDD;
}
.TagClassName
{
border-color: #817BDD;
}
</style>