Shades of Deluge #817F9C
Tints of Deluge #817F9C
RGB
CMYK
RGB Variations
Color information
#817F9C (or 0x817F9C) is known color: Deluge. HEX triplet: 81, 7F and 9C. RGB value is (129,127,156). Sum of RGB (Red+Green+Blue) = 129+127+156=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #817F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817F9C is #7E8063. Grayscale: #828282. Windows color (decimal): -8290404 or 10256257. OLE color: 10256257.
HSL color Cylindrical-coordinate representation of color #817F9C: hue angle of 244.14º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #817F9C is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 127 | 156 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.39 |
| HSL | 244.14º | 0.13% | 0.55% | - |
| HSV(B) | 244.14º | 0.19% | 0.61% | - |
| XYZ | 22.64 | 22.25 | 34.55 | - |
| YUV | 130.9 | 142.16 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 156 | 0.17 | 0.19 | 0 | 0.39 | 244.14 | 0.13 | 0.55 |
| Hex | 81 | 7F | 9C | 11 | 13 | 0 | 27 | F4 | D | 37 |
| Octal | 201 | 177 | 234 | 21 | 23 | 0 | 47 | 364 | 15 | 67 |
| Binary | 10000001 | 1111111 | 10011100 | 10001 | 10011 | 0 | 100111 | 11110100 | 1101 | 110111 |
Color Harmonies of #817F9C
Complementary color
Monochromatic Colors of #817F9C
Black with #817F9C
Text Example
Text Example
White with #817F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817F9C; }
p { color: rgb(129,127,156); }
H1.HeaderClassName
{
color: #817F9C;
}
.AnyTagClassName
{
color: #817F9C;
}
</style>
background-color css
<style>
a { background-color: #817F9C; }
a { background-color: rgb(129,127,156); }
div.DivClassName
{
background-color: #817F9C;
}
.BgClassName
{
background-color: #817F9C;
}
</style>
border-color css
<style>
span { border-color: #817F9C; }
span { border-color: rgb(129,127,156); }
td.TdClassName
{
border-color: #817F9C;
}
.TagClassName
{
border-color: #817F9C;
}
</style>