Shades of Deluge #83749D
Tints of Deluge #83749D
RGB
CMYK
RGB Variations
Color information
#83749D (or 0x83749D) is known color: Deluge. HEX triplet: 83, 74 and 9D. RGB value is (131,116,157). Sum of RGB (Red+Green+Blue) = 131+116+157=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #83749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83749D is #7C8B62. Grayscale: #7D7D7D. Windows color (decimal): -8162147 or 10318979. OLE color: 10318979.
HSL color Cylindrical-coordinate representation of color #83749D: hue angle of 261.95º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #83749D is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 116 | 157 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.38 |
| HSL | 261.95º | 0.17% | 0.54% | - |
| HSV(B) | 261.95º | 0.26% | 0.62% | - |
| XYZ | 21.69 | 19.75 | 34.57 | - |
| YUV | 125.16 | 145.97 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 116 | 157 | 0.17 | 0.26 | 0 | 0.38 | 261.95 | 0.17 | 0.54 |
| Hex | 83 | 74 | 9D | 11 | 1A | 0 | 26 | 106 | 11 | 36 |
| Octal | 203 | 164 | 235 | 21 | 32 | 0 | 46 | 406 | 21 | 66 |
| Binary | 10000011 | 1110100 | 10011101 | 10001 | 11010 | 0 | 100110 | 100000110 | 10001 | 110110 |
Color Harmonies of #83749D
Complementary color
Monochromatic Colors of #83749D
Black with #83749D
Text Example
Text Example
White with #83749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83749D; }
p { color: rgb(131,116,157); }
H1.HeaderClassName
{
color: #83749D;
}
.AnyTagClassName
{
color: #83749D;
}
</style>
background-color css
<style>
a { background-color: #83749D; }
a { background-color: rgb(131,116,157); }
div.DivClassName
{
background-color: #83749D;
}
.BgClassName
{
background-color: #83749D;
}
</style>
border-color css
<style>
span { border-color: #83749D; }
span { border-color: rgb(131,116,157); }
td.TdClassName
{
border-color: #83749D;
}
.TagClassName
{
border-color: #83749D;
}
</style>