Shades of Deluge #807BAE
Tints of Deluge #807BAE
RGB
CMYK
RGB Variations
Color information
#807BAE (or 0x807BAE) is known color: Deluge. HEX triplet: 80, 7B and AE. RGB value is (128,123,174). Sum of RGB (Red+Green+Blue) = 128+123+174=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #807BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807BAE is #7F8451. Grayscale: #828282. Windows color (decimal): -8356946 or 11434880. OLE color: 11434880.
HSL color Cylindrical-coordinate representation of color #807BAE: hue angle of 245.88º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #807BAE is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 123 | 174 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.32 |
| HSL | 245.88º | 0.24% | 0.58% | - |
| HSV(B) | 245.88º | 0.29% | 0.68% | - |
| XYZ | 23.63 | 21.81 | 43.01 | - |
| YUV | 130.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 174 | 0.26 | 0.29 | 0 | 0.32 | 245.88 | 0.24 | 0.58 |
| Hex | 80 | 7B | AE | 1A | 1D | 0 | 20 | F6 | 18 | 3A |
| Octal | 200 | 173 | 256 | 32 | 35 | 0 | 40 | 366 | 30 | 72 |
| Binary | 10000000 | 1111011 | 10101110 | 11010 | 11101 | 0 | 100000 | 11110110 | 11000 | 111010 |
Color Harmonies of #807BAE
Complementary color
Monochromatic Colors of #807BAE
Black with #807BAE
Text Example
Text Example
White with #807BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807BAE; }
p { color: rgb(128,123,174); }
H1.HeaderClassName
{
color: #807BAE;
}
.AnyTagClassName
{
color: #807BAE;
}
</style>
background-color css
<style>
a { background-color: #807BAE; }
a { background-color: rgb(128,123,174); }
div.DivClassName
{
background-color: #807BAE;
}
.BgClassName
{
background-color: #807BAE;
}
</style>
border-color css
<style>
span { border-color: #807BAE; }
span { border-color: rgb(128,123,174); }
td.TdClassName
{
border-color: #807BAE;
}
.TagClassName
{
border-color: #807BAE;
}
</style>