Shades of Deluge #83799D
Tints of Deluge #83799D
RGB
CMYK
RGB Variations
Color information
#83799D (or 0x83799D) is known color: Deluge. HEX triplet: 83, 79 and 9D. RGB value is (131,121,157). Sum of RGB (Red+Green+Blue) = 131+121+157=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #83799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83799D is #7C8662. Grayscale: #7F7F7F. Windows color (decimal): -8160867 or 10320259. OLE color: 10320259.
HSL color Cylindrical-coordinate representation of color #83799D: hue angle of 256.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #83799D is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 121 | 157 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.38 |
| HSL | 256.67º | 0.16% | 0.55% | - |
| HSV(B) | 256.67º | 0.23% | 0.62% | - |
| XYZ | 22.28 | 20.93 | 34.76 | - |
| YUV | 128.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 121 | 157 | 0.17 | 0.23 | 0 | 0.38 | 256.67 | 0.16 | 0.55 |
| Hex | 83 | 79 | 9D | 11 | 17 | 0 | 26 | 101 | 10 | 37 |
| Octal | 203 | 171 | 235 | 21 | 27 | 0 | 46 | 401 | 20 | 67 |
| Binary | 10000011 | 1111001 | 10011101 | 10001 | 10111 | 0 | 100110 | 100000001 | 10000 | 110111 |
Color Harmonies of #83799D
Complementary color
Monochromatic Colors of #83799D
Black with #83799D
Text Example
Text Example
White with #83799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83799D; }
p { color: rgb(131,121,157); }
H1.HeaderClassName
{
color: #83799D;
}
.AnyTagClassName
{
color: #83799D;
}
</style>
background-color css
<style>
a { background-color: #83799D; }
a { background-color: rgb(131,121,157); }
div.DivClassName
{
background-color: #83799D;
}
.BgClassName
{
background-color: #83799D;
}
</style>
border-color css
<style>
span { border-color: #83799D; }
span { border-color: rgb(131,121,157); }
td.TdClassName
{
border-color: #83799D;
}
.TagClassName
{
border-color: #83799D;
}
</style>