Shades of Deluge #83789A
Tints of Deluge #83789A
RGB
CMYK
RGB Variations
Color information
#83789A (or 0x83789A) is known color: Deluge. HEX triplet: 83, 78 and 9A. RGB value is (131,120,154). Sum of RGB (Red+Green+Blue) = 131+120+154=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 154 - color contains mainly: blue. Hex color #83789A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83789A is #7C8765. Grayscale: #7F7F7F. Windows color (decimal): -8161126 or 10123395. OLE color: 10123395.
HSL color Cylindrical-coordinate representation of color #83789A: hue angle of 259.41º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #83789A is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 120 | 154 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.40 |
| HSL | 259.41º | 0.14% | 0.54% | - |
| HSV(B) | 259.41º | 0.22% | 0.6% | - |
| XYZ | 21.91 | 20.59 | 33.39 | - |
| YUV | 127.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 120 | 154 | 0.15 | 0.22 | 0 | 0.40 | 259.41 | 0.14 | 0.54 |
| Hex | 83 | 78 | 9A | F | 16 | 0 | 28 | 103 | E | 36 |
| Octal | 203 | 170 | 232 | 17 | 26 | 0 | 50 | 403 | 16 | 66 |
| Binary | 10000011 | 1111000 | 10011010 | 1111 | 10110 | 0 | 101000 | 100000011 | 1110 | 110110 |
Color Harmonies of #83789A
Complementary color
Monochromatic Colors of #83789A
Black with #83789A
Text Example
Text Example
White with #83789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83789A; }
p { color: rgb(131,120,154); }
H1.HeaderClassName
{
color: #83789A;
}
.AnyTagClassName
{
color: #83789A;
}
</style>
background-color css
<style>
a { background-color: #83789A; }
a { background-color: rgb(131,120,154); }
div.DivClassName
{
background-color: #83789A;
}
.BgClassName
{
background-color: #83789A;
}
</style>
border-color css
<style>
span { border-color: #83789A; }
span { border-color: rgb(131,120,154); }
td.TdClassName
{
border-color: #83789A;
}
.TagClassName
{
border-color: #83789A;
}
</style>