Shades of Deluge #83779D
Tints of Deluge #83779D
RGB
CMYK
RGB Variations
Color information
#83779D (or 0x83779D) is known color: Deluge. HEX triplet: 83, 77 and 9D. RGB value is (131,119,157). Sum of RGB (Red+Green+Blue) = 131+119+157=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #83779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83779D is #7C8862. Grayscale: #7E7E7E. Windows color (decimal): -8161379 or 10319747. OLE color: 10319747.
HSL color Cylindrical-coordinate representation of color #83779D: hue angle of 258.95º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83779D is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 119 | 157 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.38 |
| HSL | 258.95º | 0.16% | 0.54% | - |
| HSV(B) | 258.95º | 0.24% | 0.62% | - |
| XYZ | 22.04 | 20.45 | 34.68 | - |
| YUV | 126.92 | 144.98 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 119 | 157 | 0.17 | 0.24 | 0 | 0.38 | 258.95 | 0.16 | 0.54 |
| Hex | 83 | 77 | 9D | 11 | 18 | 0 | 26 | 103 | 10 | 36 |
| Octal | 203 | 167 | 235 | 21 | 30 | 0 | 46 | 403 | 20 | 66 |
| Binary | 10000011 | 1110111 | 10011101 | 10001 | 11000 | 0 | 100110 | 100000011 | 10000 | 110110 |
Color Harmonies of #83779D
Complementary color
Monochromatic Colors of #83779D
Black with #83779D
Text Example
Text Example
White with #83779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83779D; }
p { color: rgb(131,119,157); }
H1.HeaderClassName
{
color: #83779D;
}
.AnyTagClassName
{
color: #83779D;
}
</style>
background-color css
<style>
a { background-color: #83779D; }
a { background-color: rgb(131,119,157); }
div.DivClassName
{
background-color: #83779D;
}
.BgClassName
{
background-color: #83779D;
}
</style>
border-color css
<style>
span { border-color: #83779D; }
span { border-color: rgb(131,119,157); }
td.TdClassName
{
border-color: #83779D;
}
.TagClassName
{
border-color: #83779D;
}
</style>