Shades of Deluge #816898
Tints of Deluge #816898
RGB
CMYK
RGB Variations
Color information
#816898 (or 0x816898) is known color: Deluge. HEX triplet: 81, 68 and 98. RGB value is (129,104,152). Sum of RGB (Red+Green+Blue) = 129+104+152=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 152 - color contains mainly: blue. Hex color #816898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816898 is #7E9767. Grayscale: #747474. Windows color (decimal): -8296296 or 9988225. OLE color: 9988225.
HSL color Cylindrical-coordinate representation of color #816898: hue angle of 271.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #816898 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 104 | 152 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.40 |
| HSL | 271.25º | 0.19% | 0.5% | - |
| HSV(B) | 271.25º | 0.32% | 0.6% | - |
| XYZ | 19.67 | 16.83 | 31.92 | - |
| YUV | 116.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 152 | 0.15 | 0.32 | 0 | 0.40 | 271.25 | 0.19 | 0.5 |
| Hex | 81 | 68 | 98 | F | 20 | 0 | 28 | 10F | 13 | 32 |
| Octal | 201 | 150 | 230 | 17 | 40 | 0 | 50 | 417 | 23 | 62 |
| Binary | 10000001 | 1101000 | 10011000 | 1111 | 100000 | 0 | 101000 | 100001111 | 10011 | 110010 |
Color Harmonies of #816898
Complementary color
Monochromatic Colors of #816898
Black with #816898
Text Example
Text Example
White with #816898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816898; }
p { color: rgb(129,104,152); }
H1.HeaderClassName
{
color: #816898;
}
.AnyTagClassName
{
color: #816898;
}
</style>
background-color css
<style>
a { background-color: #816898; }
a { background-color: rgb(129,104,152); }
div.DivClassName
{
background-color: #816898;
}
.BgClassName
{
background-color: #816898;
}
</style>
border-color css
<style>
span { border-color: #816898; }
span { border-color: rgb(129,104,152); }
td.TdClassName
{
border-color: #816898;
}
.TagClassName
{
border-color: #816898;
}
</style>