Shades of Deluge #83789E
Tints of Deluge #83789E
RGB
CMYK
RGB Variations
Color information
#83789E (or 0x83789E) is known color: Deluge. HEX triplet: 83, 78 and 9E. RGB value is (131,120,158). Sum of RGB (Red+Green+Blue) = 131+120+158=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 158 - color contains mainly: blue. Hex color #83789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83789E is #7C8761. Grayscale: #7F7F7F. Windows color (decimal): -8161122 or 10385539. OLE color: 10385539.
HSL color Cylindrical-coordinate representation of color #83789E: hue angle of 257.37º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83789E is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 120 | 158 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.38 |
| HSL | 257.37º | 0.16% | 0.55% | - |
| HSV(B) | 257.37º | 0.24% | 0.62% | - |
| XYZ | 22.25 | 20.73 | 35.18 | - |
| YUV | 127.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 120 | 158 | 0.17 | 0.24 | 0 | 0.38 | 257.37 | 0.16 | 0.55 |
| Hex | 83 | 78 | 9E | 11 | 18 | 0 | 26 | 101 | 10 | 37 |
| Octal | 203 | 170 | 236 | 21 | 30 | 0 | 46 | 401 | 20 | 67 |
| Binary | 10000011 | 1111000 | 10011110 | 10001 | 11000 | 0 | 100110 | 100000001 | 10000 | 110111 |
Color Harmonies of #83789E
Complementary color
Monochromatic Colors of #83789E
Black with #83789E
Text Example
Text Example
White with #83789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83789E; }
p { color: rgb(131,120,158); }
H1.HeaderClassName
{
color: #83789E;
}
.AnyTagClassName
{
color: #83789E;
}
</style>
background-color css
<style>
a { background-color: #83789E; }
a { background-color: rgb(131,120,158); }
div.DivClassName
{
background-color: #83789E;
}
.BgClassName
{
background-color: #83789E;
}
</style>
border-color css
<style>
span { border-color: #83789E; }
span { border-color: rgb(131,120,158); }
td.TdClassName
{
border-color: #83789E;
}
.TagClassName
{
border-color: #83789E;
}
</style>