Shades of Moody Blue #817FAE
Tints of Moody Blue #817FAE
RGB
CMYK
RGB Variations
Color information
#817FAE (or 0x817FAE) is known color: Moody Blue. HEX triplet: 81, 7F and AE. RGB value is (129,127,174). Sum of RGB (Red+Green+Blue) = 129+127+174=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #817FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817FAE is #7E8051. Grayscale: #848484. Windows color (decimal): -8290386 or 11435905. OLE color: 11435905.
HSL color Cylindrical-coordinate representation of color #817FAE: hue angle of 242.55º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #817FAE is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 127 | 174 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.32 |
| HSL | 242.55º | 0.22% | 0.59% | - |
| HSV(B) | 242.55º | 0.27% | 0.68% | - |
| XYZ | 24.28 | 22.9 | 43.19 | - |
| YUV | 132.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 174 | 0.26 | 0.27 | 0 | 0.32 | 242.55 | 0.22 | 0.59 |
| Hex | 81 | 7F | AE | 1A | 1B | 0 | 20 | F3 | 16 | 3B |
| Octal | 201 | 177 | 256 | 32 | 33 | 0 | 40 | 363 | 26 | 73 |
| Binary | 10000001 | 1111111 | 10101110 | 11010 | 11011 | 0 | 100000 | 11110011 | 10110 | 111011 |
Color Harmonies of #817FAE
Complementary color
Monochromatic Colors of #817FAE
Black with #817FAE
Text Example
Text Example
White with #817FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817FAE; }
p { color: rgb(129,127,174); }
H1.HeaderClassName
{
color: #817FAE;
}
.AnyTagClassName
{
color: #817FAE;
}
</style>
background-color css
<style>
a { background-color: #817FAE; }
a { background-color: rgb(129,127,174); }
div.DivClassName
{
background-color: #817FAE;
}
.BgClassName
{
background-color: #817FAE;
}
</style>
border-color css
<style>
span { border-color: #817FAE; }
span { border-color: rgb(129,127,174); }
td.TdClassName
{
border-color: #817FAE;
}
.TagClassName
{
border-color: #817FAE;
}
</style>