Shades of Deluge #83789C
Tints of Deluge #83789C
RGB
CMYK
RGB Variations
Color information
#83789C (or 0x83789C) is known color: Deluge. HEX triplet: 83, 78 and 9C. RGB value is (131,120,156). Sum of RGB (Red+Green+Blue) = 131+120+156=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #83789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83789C is #7C8763. Grayscale: #7F7F7F. Windows color (decimal): -8161124 or 10254467. OLE color: 10254467.
HSL color Cylindrical-coordinate representation of color #83789C: hue angle of 258.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #83789C is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 120 | 156 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.39 |
| HSL | 258.33º | 0.15% | 0.54% | - |
| HSV(B) | 258.33º | 0.23% | 0.61% | - |
| XYZ | 22.08 | 20.66 | 34.28 | - |
| YUV | 127.39 | 144.14 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 120 | 156 | 0.16 | 0.23 | 0 | 0.39 | 258.33 | 0.15 | 0.54 |
| Hex | 83 | 78 | 9C | 10 | 17 | 0 | 27 | 102 | F | 36 |
| Octal | 203 | 170 | 234 | 20 | 27 | 0 | 47 | 402 | 17 | 66 |
| Binary | 10000011 | 1111000 | 10011100 | 10000 | 10111 | 0 | 100111 | 100000010 | 1111 | 110110 |
Color Harmonies of #83789C
Complementary color
Monochromatic Colors of #83789C
Black with #83789C
Text Example
Text Example
White with #83789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83789C; }
p { color: rgb(131,120,156); }
H1.HeaderClassName
{
color: #83789C;
}
.AnyTagClassName
{
color: #83789C;
}
</style>
background-color css
<style>
a { background-color: #83789C; }
a { background-color: rgb(131,120,156); }
div.DivClassName
{
background-color: #83789C;
}
.BgClassName
{
background-color: #83789C;
}
</style>
border-color css
<style>
span { border-color: #83789C; }
span { border-color: rgb(131,120,156); }
td.TdClassName
{
border-color: #83789C;
}
.TagClassName
{
border-color: #83789C;
}
</style>