Shades of Deluge #817F98
Tints of Deluge #817F98
RGB
CMYK
RGB Variations
Color information
#817F98 (or 0x817F98) is known color: Deluge. HEX triplet: 81, 7F and 98. RGB value is (129,127,152). Sum of RGB (Red+Green+Blue) = 129+127+152=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 152 - color contains mainly: blue. Hex color #817F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817F98 is #7E8067. Grayscale: #828282. Windows color (decimal): -8290408 or 9994113. OLE color: 9994113.
HSL color Cylindrical-coordinate representation of color #817F98: hue angle of 244.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #817F98 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 127 | 152 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.40 |
| HSL | 244.8º | 0.11% | 0.55% | - |
| HSV(B) | 244.8º | 0.16% | 0.6% | - |
| XYZ | 22.31 | 22.11 | 32.8 | - |
| YUV | 130.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 152 | 0.15 | 0.16 | 0 | 0.40 | 244.8 | 0.11 | 0.55 |
| Hex | 81 | 7F | 98 | F | 10 | 0 | 28 | F5 | B | 37 |
| Octal | 201 | 177 | 230 | 17 | 20 | 0 | 50 | 365 | 13 | 67 |
| Binary | 10000001 | 1111111 | 10011000 | 1111 | 10000 | 0 | 101000 | 11110101 | 1011 | 110111 |
Color Harmonies of #817F98
Complementary color
Monochromatic Colors of #817F98
Black with #817F98
Text Example
Text Example
White with #817F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817F98; }
p { color: rgb(129,127,152); }
H1.HeaderClassName
{
color: #817F98;
}
.AnyTagClassName
{
color: #817F98;
}
</style>
background-color css
<style>
a { background-color: #817F98; }
a { background-color: rgb(129,127,152); }
div.DivClassName
{
background-color: #817F98;
}
.BgClassName
{
background-color: #817F98;
}
</style>
border-color css
<style>
span { border-color: #817F98; }
span { border-color: rgb(129,127,152); }
td.TdClassName
{
border-color: #817F98;
}
.TagClassName
{
border-color: #817F98;
}
</style>