Shades of Deluge #817E98
Tints of Deluge #817E98
RGB
CMYK
RGB Variations
Color information
#817E98 (or 0x817E98) is known color: Deluge. HEX triplet: 81, 7E and 98. RGB value is (129,126,152). Sum of RGB (Red+Green+Blue) = 129+126+152=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 152 - color contains mainly: blue. Hex color #817E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817E98 is #7E8167. Grayscale: #818181. Windows color (decimal): -8290664 or 9993857. OLE color: 9993857.
HSL color Cylindrical-coordinate representation of color #817E98: hue angle of 246.92º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #817E98 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 126 | 152 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.40 |
| HSL | 246.92º | 0.11% | 0.55% | - |
| HSV(B) | 246.92º | 0.17% | 0.6% | - |
| XYZ | 22.18 | 21.86 | 32.76 | - |
| YUV | 129.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 152 | 0.15 | 0.17 | 0 | 0.40 | 246.92 | 0.11 | 0.55 |
| Hex | 81 | 7E | 98 | F | 11 | 0 | 28 | F7 | B | 37 |
| Octal | 201 | 176 | 230 | 17 | 21 | 0 | 50 | 367 | 13 | 67 |
| Binary | 10000001 | 1111110 | 10011000 | 1111 | 10001 | 0 | 101000 | 11110111 | 1011 | 110111 |
Color Harmonies of #817E98
Complementary color
Monochromatic Colors of #817E98
Black with #817E98
Text Example
Text Example
White with #817E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E98; }
p { color: rgb(129,126,152); }
H1.HeaderClassName
{
color: #817E98;
}
.AnyTagClassName
{
color: #817E98;
}
</style>
background-color css
<style>
a { background-color: #817E98; }
a { background-color: rgb(129,126,152); }
div.DivClassName
{
background-color: #817E98;
}
.BgClassName
{
background-color: #817E98;
}
</style>
border-color css
<style>
span { border-color: #817E98; }
span { border-color: rgb(129,126,152); }
td.TdClassName
{
border-color: #817E98;
}
.TagClassName
{
border-color: #817E98;
}
</style>