Shades of Moody Blue #817DDB
Tints of Moody Blue #817DDB
RGB
CMYK
RGB Variations
Color information
#817DDB (or 0x817DDB) is known color: Moody Blue. HEX triplet: 81, 7D and DB. RGB value is (129,125,219). Sum of RGB (Red+Green+Blue) = 129+125+219=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #817DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817DDB is #7E8224. Grayscale: #888888. Windows color (decimal): -8290853 or 14384513. OLE color: 14384513.
HSL color Cylindrical-coordinate representation of color #817DDB: hue angle of 242.55º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #817DDB is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 125 | 219 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.14 |
| HSL | 242.55º | 0.57% | 0.67% | - |
| HSV(B) | 242.55º | 0.43% | 0.86% | - |
| XYZ | 29.17 | 24.45 | 70.2 | - |
| YUV | 136.91 | 174.33 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 219 | 0.41 | 0.43 | 0 | 0.14 | 242.55 | 0.57 | 0.67 |
| Hex | 81 | 7D | DB | 29 | 2B | 0 | E | F3 | 39 | 43 |
| Octal | 201 | 175 | 333 | 51 | 53 | 0 | 16 | 363 | 71 | 103 |
| Binary | 10000001 | 1111101 | 11011011 | 101001 | 101011 | 0 | 1110 | 11110011 | 111001 | 1000011 |
Color Harmonies of #817DDB
Complementary color
Monochromatic Colors of #817DDB
Black with #817DDB
Text Example
Text Example
White with #817DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817DDB; }
p { color: rgb(129,125,219); }
H1.HeaderClassName
{
color: #817DDB;
}
.AnyTagClassName
{
color: #817DDB;
}
</style>
background-color css
<style>
a { background-color: #817DDB; }
a { background-color: rgb(129,125,219); }
div.DivClassName
{
background-color: #817DDB;
}
.BgClassName
{
background-color: #817DDB;
}
</style>
border-color css
<style>
span { border-color: #817DDB; }
span { border-color: rgb(129,125,219); }
td.TdClassName
{
border-color: #817DDB;
}
.TagClassName
{
border-color: #817DDB;
}
</style>