Shades of Deluge #83759F
Tints of Deluge #83759F
RGB
CMYK
RGB Variations
Color information
#83759F (or 0x83759F) is known color: Deluge. HEX triplet: 83, 75 and 9F. RGB value is (131,117,159). Sum of RGB (Red+Green+Blue) = 131+117+159=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 159 - color contains mainly: blue. Hex color #83759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83759F is #7C8A60. Grayscale: #7D7D7D. Windows color (decimal): -8161889 or 10450307. OLE color: 10450307.
HSL color Cylindrical-coordinate representation of color #83759F: hue angle of 260º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #83759F is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 117 | 159 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.38 |
| HSL | 260º | 0.18% | 0.54% | - |
| HSV(B) | 260º | 0.26% | 0.62% | - |
| XYZ | 21.98 | 20.05 | 35.51 | - |
| YUV | 125.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 159 | 0.18 | 0.26 | 0 | 0.38 | 260 | 0.18 | 0.54 |
| Hex | 83 | 75 | 9F | 12 | 1A | 0 | 26 | 104 | 12 | 36 |
| Octal | 203 | 165 | 237 | 22 | 32 | 0 | 46 | 404 | 22 | 66 |
| Binary | 10000011 | 1110101 | 10011111 | 10010 | 11010 | 0 | 100110 | 100000100 | 10010 | 110110 |
Color Harmonies of #83759F
Complementary color
Monochromatic Colors of #83759F
Black with #83759F
Text Example
Text Example
White with #83759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83759F; }
p { color: rgb(131,117,159); }
H1.HeaderClassName
{
color: #83759F;
}
.AnyTagClassName
{
color: #83759F;
}
</style>
background-color css
<style>
a { background-color: #83759F; }
a { background-color: rgb(131,117,159); }
div.DivClassName
{
background-color: #83759F;
}
.BgClassName
{
background-color: #83759F;
}
</style>
border-color css
<style>
span { border-color: #83759F; }
span { border-color: rgb(131,117,159); }
td.TdClassName
{
border-color: #83759F;
}
.TagClassName
{
border-color: #83759F;
}
</style>