Shades of Deluge #80759F
Tints of Deluge #80759F
RGB
CMYK
RGB Variations
Color information
#80759F (or 0x80759F) is known color: Deluge. HEX triplet: 80, 75 and 9F. RGB value is (128,117,159). Sum of RGB (Red+Green+Blue) = 128+117+159=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 159 - color contains mainly: blue. Hex color #80759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80759F is #7F8A60. Grayscale: #7C7C7C. Windows color (decimal): -8358497 or 10450304. OLE color: 10450304.
HSL color Cylindrical-coordinate representation of color #80759F: hue angle of 255.71º degrees, saturation: 0.18, 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 #80759F is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 117 | 159 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.38 |
| HSL | 255.71º | 0.18% | 0.54% | - |
| HSV(B) | 255.71º | 0.26% | 0.62% | - |
| XYZ | 21.52 | 19.81 | 35.49 | - |
| YUV | 125.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 159 | 0.19 | 0.26 | 0 | 0.38 | 255.71 | 0.18 | 0.54 |
| Hex | 80 | 75 | 9F | 13 | 1A | 0 | 26 | 100 | 12 | 36 |
| Octal | 200 | 165 | 237 | 23 | 32 | 0 | 46 | 400 | 22 | 66 |
| Binary | 10000000 | 1110101 | 10011111 | 10011 | 11010 | 0 | 100110 | 100000000 | 10010 | 110110 |
Color Harmonies of #80759F
Complementary color
Monochromatic Colors of #80759F
Black with #80759F
Text Example
Text Example
White with #80759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80759F; }
p { color: rgb(128,117,159); }
H1.HeaderClassName
{
color: #80759F;
}
.AnyTagClassName
{
color: #80759F;
}
</style>
background-color css
<style>
a { background-color: #80759F; }
a { background-color: rgb(128,117,159); }
div.DivClassName
{
background-color: #80759F;
}
.BgClassName
{
background-color: #80759F;
}
</style>
border-color css
<style>
span { border-color: #80759F; }
span { border-color: rgb(128,117,159); }
td.TdClassName
{
border-color: #80759F;
}
.TagClassName
{
border-color: #80759F;
}
</style>