Shades of Moody Blue #817DB2
Tints of Moody Blue #817DB2
RGB
CMYK
RGB Variations
Color information
#817DB2 (or 0x817DB2) is known color: Moody Blue. HEX triplet: 81, 7D and B2. RGB value is (129,125,178). Sum of RGB (Red+Green+Blue) = 129+125+178=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 178 - color contains mainly: blue. Hex color #817DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817DB2 is #7E824D. Grayscale: #848484. Windows color (decimal): -8290894 or 11697537. OLE color: 11697537.
HSL color Cylindrical-coordinate representation of color #817DB2: hue angle of 244.53º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #817DB2 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 129 | 125 | 178 | - |
CMYK | 0.28 | 0.30 | 0 | 0.30 |
HSL | 244.53º | 0.26% | 0.59% | - |
HSV(B) | 244.53º | 0.3% | 0.7% | - |
XYZ | 24.42 | 22.55 | 45.18 | - |
YUV | 132.24 | 153.83 | 125.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 129 | 125 | 178 | 0.28 | 0.30 | 0 | 0.30 | 244.53 | 0.26 | 0.59 |
Hex | 81 | 7D | B2 | 1C | 1E | 0 | 1E | F5 | 1A | 3B |
Octal | 201 | 175 | 262 | 34 | 36 | 0 | 36 | 365 | 32 | 73 |
Binary | 10000001 | 1111101 | 10110010 | 11100 | 11110 | 0 | 11110 | 11110101 | 11010 | 111011 |
Color Harmonies of #817DB2
Complementary color
Monochromatic Colors of #817DB2
Black with #817DB2
Text Example
Text Example
White with #817DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817DB2; }
p { color: rgb(129,125,178); }
H1.HeaderClassName
{
color: #817DB2;
}
.AnyTagClassName
{
color: #817DB2;
}
</style>
background-color css
<style>
a { background-color: #817DB2; }
a { background-color: rgb(129,125,178); }
div.DivClassName
{
background-color: #817DB2;
}
.BgClassName
{
background-color: #817DB2;
}
</style>
border-color css
<style>
span { border-color: #817DB2; }
span { border-color: rgb(129,125,178); }
td.TdClassName
{
border-color: #817DB2;
}
.TagClassName
{
border-color: #817DB2;
}
</style>