Shades of Deluge #80689E
Tints of Deluge #80689E
RGB
CMYK
RGB Variations
Color information
#80689E (or 0x80689E) is known color: Deluge. HEX triplet: 80, 68 and 9E. RGB value is (128,104,158). Sum of RGB (Red+Green+Blue) = 128+104+158=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #80689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80689E is #7F9761. Grayscale: #757575. Windows color (decimal): -8361826 or 10381440. OLE color: 10381440.
HSL color Cylindrical-coordinate representation of color #80689E: hue angle of 266.67º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80689E is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 104 | 158 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.38 |
| HSL | 266.67º | 0.22% | 0.51% | - |
| HSV(B) | 266.67º | 0.34% | 0.62% | - |
| XYZ | 20.02 | 16.96 | 34.57 | - |
| YUV | 117.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 158 | 0.19 | 0.34 | 0 | 0.38 | 266.67 | 0.22 | 0.51 |
| Hex | 80 | 68 | 9E | 13 | 22 | 0 | 26 | 10B | 16 | 33 |
| Octal | 200 | 150 | 236 | 23 | 42 | 0 | 46 | 413 | 26 | 63 |
| Binary | 10000000 | 1101000 | 10011110 | 10011 | 100010 | 0 | 100110 | 100001011 | 10110 | 110011 |
Color Harmonies of #80689E
Complementary color
Monochromatic Colors of #80689E
Black with #80689E
Text Example
Text Example
White with #80689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80689E; }
p { color: rgb(128,104,158); }
H1.HeaderClassName
{
color: #80689E;
}
.AnyTagClassName
{
color: #80689E;
}
</style>
background-color css
<style>
a { background-color: #80689E; }
a { background-color: rgb(128,104,158); }
div.DivClassName
{
background-color: #80689E;
}
.BgClassName
{
background-color: #80689E;
}
</style>
border-color css
<style>
span { border-color: #80689E; }
span { border-color: rgb(128,104,158); }
td.TdClassName
{
border-color: #80689E;
}
.TagClassName
{
border-color: #80689E;
}
</style>