Shades of Deluge #807CAB
Tints of Deluge #807CAB
RGB
CMYK
RGB Variations
Color information
#807CAB (or 0x807CAB) is known color: Deluge. HEX triplet: 80, 7C and AB. RGB value is (128,124,171). Sum of RGB (Red+Green+Blue) = 128+124+171=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #807CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807CAB is #7F8354. Grayscale: #828282. Windows color (decimal): -8356693 or 11238528. OLE color: 11238528.
HSL color Cylindrical-coordinate representation of color #807CAB: hue angle of 245.11º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #807CAB is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 124 | 171 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.33 |
| HSL | 245.11º | 0.22% | 0.58% | - |
| HSV(B) | 245.11º | 0.27% | 0.67% | - |
| XYZ | 23.46 | 21.94 | 41.53 | - |
| YUV | 130.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 171 | 0.25 | 0.27 | 0 | 0.33 | 245.11 | 0.22 | 0.58 |
| Hex | 80 | 7C | AB | 19 | 1B | 0 | 21 | F5 | 16 | 3A |
| Octal | 200 | 174 | 253 | 31 | 33 | 0 | 41 | 365 | 26 | 72 |
| Binary | 10000000 | 1111100 | 10101011 | 11001 | 11011 | 0 | 100001 | 11110101 | 10110 | 111010 |
Color Harmonies of #807CAB
Complementary color
Monochromatic Colors of #807CAB
Black with #807CAB
Text Example
Text Example
White with #807CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807CAB; }
p { color: rgb(128,124,171); }
H1.HeaderClassName
{
color: #807CAB;
}
.AnyTagClassName
{
color: #807CAB;
}
</style>
background-color css
<style>
a { background-color: #807CAB; }
a { background-color: rgb(128,124,171); }
div.DivClassName
{
background-color: #807CAB;
}
.BgClassName
{
background-color: #807CAB;
}
</style>
border-color css
<style>
span { border-color: #807CAB; }
span { border-color: rgb(128,124,171); }
td.TdClassName
{
border-color: #807CAB;
}
.TagClassName
{
border-color: #807CAB;
}
</style>