Shades of Deluge #807EA8
Tints of Deluge #807EA8
RGB
CMYK
RGB Variations
Color information
#807EA8 (or 0x807EA8) is known color: Deluge. HEX triplet: 80, 7E and A8. RGB value is (128,126,168). Sum of RGB (Red+Green+Blue) = 128+126+168=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 168 - color contains mainly: blue. Hex color #807EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807EA8 is #7F8157. Grayscale: #838383. Windows color (decimal): -8356184 or 11042432. OLE color: 11042432.
HSL color Cylindrical-coordinate representation of color #807EA8: hue angle of 242.86º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #807EA8 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 126 | 168 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.34 |
| HSL | 242.86º | 0.19% | 0.58% | - |
| HSV(B) | 242.86º | 0.25% | 0.66% | - |
| XYZ | 23.43 | 22.34 | 40.12 | - |
| YUV | 131.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 126 | 168 | 0.24 | 0.25 | 0 | 0.34 | 242.86 | 0.19 | 0.58 |
| Hex | 80 | 7E | A8 | 18 | 19 | 0 | 22 | F3 | 13 | 3A |
| Octal | 200 | 176 | 250 | 30 | 31 | 0 | 42 | 363 | 23 | 72 |
| Binary | 10000000 | 1111110 | 10101000 | 11000 | 11001 | 0 | 100010 | 11110011 | 10011 | 111010 |
Color Harmonies of #807EA8
Complementary color
Monochromatic Colors of #807EA8
Black with #807EA8
Text Example
Text Example
White with #807EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807EA8; }
p { color: rgb(128,126,168); }
H1.HeaderClassName
{
color: #807EA8;
}
.AnyTagClassName
{
color: #807EA8;
}
</style>
background-color css
<style>
a { background-color: #807EA8; }
a { background-color: rgb(128,126,168); }
div.DivClassName
{
background-color: #807EA8;
}
.BgClassName
{
background-color: #807EA8;
}
</style>
border-color css
<style>
span { border-color: #807EA8; }
span { border-color: rgb(128,126,168); }
td.TdClassName
{
border-color: #807EA8;
}
.TagClassName
{
border-color: #807EA8;
}
</style>