Shades of Deluge #83779F
Tints of Deluge #83779F
RGB
CMYK
RGB Variations
Color information
#83779F (or 0x83779F) is known color: Deluge. HEX triplet: 83, 77 and 9F. RGB value is (131,119,159). Sum of RGB (Red+Green+Blue) = 131+119+159=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #83779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83779F is #7C8860. Grayscale: #7E7E7E. Windows color (decimal): -8161377 or 10450819. OLE color: 10450819.
HSL color Cylindrical-coordinate representation of color #83779F: hue angle of 258º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83779F is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 119 | 159 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.38 |
| HSL | 258º | 0.17% | 0.55% | - |
| HSV(B) | 258º | 0.25% | 0.62% | - |
| XYZ | 22.21 | 20.52 | 35.59 | - |
| YUV | 127.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 119 | 159 | 0.18 | 0.25 | 0 | 0.38 | 258 | 0.17 | 0.55 |
| Hex | 83 | 77 | 9F | 12 | 19 | 0 | 26 | 102 | 11 | 37 |
| Octal | 203 | 167 | 237 | 22 | 31 | 0 | 46 | 402 | 21 | 67 |
| Binary | 10000011 | 1110111 | 10011111 | 10010 | 11001 | 0 | 100110 | 100000010 | 10001 | 110111 |
Color Harmonies of #83779F
Complementary color
Monochromatic Colors of #83779F
Black with #83779F
Text Example
Text Example
White with #83779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83779F; }
p { color: rgb(131,119,159); }
H1.HeaderClassName
{
color: #83779F;
}
.AnyTagClassName
{
color: #83779F;
}
</style>
background-color css
<style>
a { background-color: #83779F; }
a { background-color: rgb(131,119,159); }
div.DivClassName
{
background-color: #83779F;
}
.BgClassName
{
background-color: #83779F;
}
</style>
border-color css
<style>
span { border-color: #83779F; }
span { border-color: rgb(131,119,159); }
td.TdClassName
{
border-color: #83779F;
}
.TagClassName
{
border-color: #83779F;
}
</style>