Shades of Deluge #807BAC
Tints of Deluge #807BAC
RGB
CMYK
RGB Variations
Color information
#807BAC (or 0x807BAC) is known color: Deluge. HEX triplet: 80, 7B and AC. RGB value is (128,123,172). Sum of RGB (Red+Green+Blue) = 128+123+172=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #807BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807BAC is #7F8453. Grayscale: #818181. Windows color (decimal): -8356948 or 11303808. OLE color: 11303808.
HSL color Cylindrical-coordinate representation of color #807BAC: hue angle of 246.12º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #807BAC is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 123 | 172 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.33 |
| HSL | 246.12º | 0.23% | 0.58% | - |
| HSV(B) | 246.12º | 0.28% | 0.67% | - |
| XYZ | 23.43 | 21.73 | 41.99 | - |
| YUV | 130.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 172 | 0.26 | 0.28 | 0 | 0.33 | 246.12 | 0.23 | 0.58 |
| Hex | 80 | 7B | AC | 1A | 1C | 0 | 21 | F6 | 17 | 3A |
| Octal | 200 | 173 | 254 | 32 | 34 | 0 | 41 | 366 | 27 | 72 |
| Binary | 10000000 | 1111011 | 10101100 | 11010 | 11100 | 0 | 100001 | 11110110 | 10111 | 111010 |
Color Harmonies of #807BAC
Complementary color
Monochromatic Colors of #807BAC
Black with #807BAC
Text Example
Text Example
White with #807BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807BAC; }
p { color: rgb(128,123,172); }
H1.HeaderClassName
{
color: #807BAC;
}
.AnyTagClassName
{
color: #807BAC;
}
</style>
background-color css
<style>
a { background-color: #807BAC; }
a { background-color: rgb(128,123,172); }
div.DivClassName
{
background-color: #807BAC;
}
.BgClassName
{
background-color: #807BAC;
}
</style>
border-color css
<style>
span { border-color: #807BAC; }
span { border-color: rgb(128,123,172); }
td.TdClassName
{
border-color: #807BAC;
}
.TagClassName
{
border-color: #807BAC;
}
</style>