Shades of Deluge #816FA5
Tints of Deluge #816FA5
RGB
CMYK
RGB Variations
Color information
#816FA5 (or 0x816FA5) is known color: Deluge. HEX triplet: 81, 6F and A5. RGB value is (129,111,165). Sum of RGB (Red+Green+Blue) = 129+111+165=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 165 - color contains mainly: blue. Hex color #816FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816FA5 is #7E905A. Grayscale: #7A7A7A. Windows color (decimal): -8294491 or 10841985. OLE color: 10841985.
HSL color Cylindrical-coordinate representation of color #816FA5: hue angle of 260º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #816FA5 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 111 | 165 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.35 |
| HSL | 260º | 0.23% | 0.54% | - |
| HSV(B) | 260º | 0.33% | 0.65% | - |
| XYZ | 21.53 | 18.75 | 38.08 | - |
| YUV | 122.54 | 151.96 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 165 | 0.22 | 0.33 | 0 | 0.35 | 260 | 0.23 | 0.54 |
| Hex | 81 | 6F | A5 | 16 | 21 | 0 | 23 | 104 | 17 | 36 |
| Octal | 201 | 157 | 245 | 26 | 41 | 0 | 43 | 404 | 27 | 66 |
| Binary | 10000001 | 1101111 | 10100101 | 10110 | 100001 | 0 | 100011 | 100000100 | 10111 | 110110 |
Color Harmonies of #816FA5
Complementary color
Monochromatic Colors of #816FA5
Black with #816FA5
Text Example
Text Example
White with #816FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816FA5; }
p { color: rgb(129,111,165); }
H1.HeaderClassName
{
color: #816FA5;
}
.AnyTagClassName
{
color: #816FA5;
}
</style>
background-color css
<style>
a { background-color: #816FA5; }
a { background-color: rgb(129,111,165); }
div.DivClassName
{
background-color: #816FA5;
}
.BgClassName
{
background-color: #816FA5;
}
</style>
border-color css
<style>
span { border-color: #816FA5; }
span { border-color: rgb(129,111,165); }
td.TdClassName
{
border-color: #816FA5;
}
.TagClassName
{
border-color: #816FA5;
}
</style>