Shades of Deluge #817F9A
Tints of Deluge #817F9A
RGB
CMYK
RGB Variations
Color information
#817F9A (or 0x817F9A) is known color: Deluge. HEX triplet: 81, 7F and 9A. RGB value is (129,127,154). Sum of RGB (Red+Green+Blue) = 129+127+154=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 154 - color contains mainly: blue. Hex color #817F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817F9A is #7E8065. Grayscale: #828282. Windows color (decimal): -8290406 or 10125185. OLE color: 10125185.
HSL color Cylindrical-coordinate representation of color #817F9A: hue angle of 244.44º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #817F9A is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 127 | 154 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.40 |
| HSL | 244.44º | 0.12% | 0.55% | - |
| HSV(B) | 244.44º | 0.18% | 0.6% | - |
| XYZ | 22.48 | 22.18 | 33.67 | - |
| YUV | 130.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 154 | 0.16 | 0.18 | 0 | 0.40 | 244.44 | 0.12 | 0.55 |
| Hex | 81 | 7F | 9A | 10 | 12 | 0 | 28 | F4 | C | 37 |
| Octal | 201 | 177 | 232 | 20 | 22 | 0 | 50 | 364 | 14 | 67 |
| Binary | 10000001 | 1111111 | 10011010 | 10000 | 10010 | 0 | 101000 | 11110100 | 1100 | 110111 |
Color Harmonies of #817F9A
Complementary color
Monochromatic Colors of #817F9A
Black with #817F9A
Text Example
Text Example
White with #817F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817F9A; }
p { color: rgb(129,127,154); }
H1.HeaderClassName
{
color: #817F9A;
}
.AnyTagClassName
{
color: #817F9A;
}
</style>
background-color css
<style>
a { background-color: #817F9A; }
a { background-color: rgb(129,127,154); }
div.DivClassName
{
background-color: #817F9A;
}
.BgClassName
{
background-color: #817F9A;
}
</style>
border-color css
<style>
span { border-color: #817F9A; }
span { border-color: rgb(129,127,154); }
td.TdClassName
{
border-color: #817F9A;
}
.TagClassName
{
border-color: #817F9A;
}
</style>