Shades of Deluge #83769B
Tints of Deluge #83769B
RGB
CMYK
RGB Variations
Color information
#83769B (or 0x83769B) is known color: Deluge. HEX triplet: 83, 76 and 9B. RGB value is (131,118,155). Sum of RGB (Red+Green+Blue) = 131+118+155=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #83769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83769B is #7C8964. Grayscale: #7D7D7D. Windows color (decimal): -8161637 or 10188419. OLE color: 10188419.
HSL color Cylindrical-coordinate representation of color #83769B: hue angle of 261.08º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83769B is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 118 | 155 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.39 |
| HSL | 261.08º | 0.16% | 0.54% | - |
| HSV(B) | 261.08º | 0.24% | 0.61% | - |
| XYZ | 21.75 | 20.15 | 33.75 | - |
| YUV | 126.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 118 | 155 | 0.15 | 0.24 | 0 | 0.39 | 261.08 | 0.16 | 0.54 |
| Hex | 83 | 76 | 9B | F | 18 | 0 | 27 | 105 | 10 | 36 |
| Octal | 203 | 166 | 233 | 17 | 30 | 0 | 47 | 405 | 20 | 66 |
| Binary | 10000011 | 1110110 | 10011011 | 1111 | 11000 | 0 | 100111 | 100000101 | 10000 | 110110 |
Color Harmonies of #83769B
Complementary color
Monochromatic Colors of #83769B
Black with #83769B
Text Example
Text Example
White with #83769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83769B; }
p { color: rgb(131,118,155); }
H1.HeaderClassName
{
color: #83769B;
}
.AnyTagClassName
{
color: #83769B;
}
</style>
background-color css
<style>
a { background-color: #83769B; }
a { background-color: rgb(131,118,155); }
div.DivClassName
{
background-color: #83769B;
}
.BgClassName
{
background-color: #83769B;
}
</style>
border-color css
<style>
span { border-color: #83769B; }
span { border-color: rgb(131,118,155); }
td.TdClassName
{
border-color: #83769B;
}
.TagClassName
{
border-color: #83769B;
}
</style>