Shades of Deluge #83719C
Tints of Deluge #83719C
RGB
CMYK
RGB Variations
Color information
#83719C (or 0x83719C) is known color: Deluge. HEX triplet: 83, 71 and 9C. RGB value is (131,113,156). Sum of RGB (Red+Green+Blue) = 131+113+156=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: blue. Hex color #83719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83719C is #7C8E63. Grayscale: #7B7B7B. Windows color (decimal): -8162916 or 10252675. OLE color: 10252675.
HSL color Cylindrical-coordinate representation of color #83719C: hue angle of 265.12º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83719C is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 113 | 156 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.39 |
| HSL | 265.12º | 0.18% | 0.53% | - |
| HSV(B) | 265.12º | 0.28% | 0.61% | - |
| XYZ | 21.27 | 19.04 | 34.01 | - |
| YUV | 123.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 156 | 0.16 | 0.28 | 0 | 0.39 | 265.12 | 0.18 | 0.53 |
| Hex | 83 | 71 | 9C | 10 | 1C | 0 | 27 | 109 | 12 | 35 |
| Octal | 203 | 161 | 234 | 20 | 34 | 0 | 47 | 411 | 22 | 65 |
| Binary | 10000011 | 1110001 | 10011100 | 10000 | 11100 | 0 | 100111 | 100001001 | 10010 | 110101 |
Color Harmonies of #83719C
Complementary color
Monochromatic Colors of #83719C
Black with #83719C
Text Example
Text Example
White with #83719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83719C; }
p { color: rgb(131,113,156); }
H1.HeaderClassName
{
color: #83719C;
}
.AnyTagClassName
{
color: #83719C;
}
</style>
background-color css
<style>
a { background-color: #83719C; }
a { background-color: rgb(131,113,156); }
div.DivClassName
{
background-color: #83719C;
}
.BgClassName
{
background-color: #83719C;
}
</style>
border-color css
<style>
span { border-color: #83719C; }
span { border-color: rgb(131,113,156); }
td.TdClassName
{
border-color: #83719C;
}
.TagClassName
{
border-color: #83719C;
}
</style>