Shades of Deluge #807AB0
Tints of Deluge #807AB0
RGB
CMYK
RGB Variations
Color information
#807AB0 (or 0x807AB0) is known color: Deluge. HEX triplet: 80, 7A and B0. RGB value is (128,122,176). Sum of RGB (Red+Green+Blue) = 128+122+176=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 176 - color contains mainly: blue. Hex color #807AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807AB0 is #7F854F. Grayscale: #818181. Windows color (decimal): -8357200 or 11565696. OLE color: 11565696.
HSL color Cylindrical-coordinate representation of color #807AB0: hue angle of 246.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #807AB0 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 122 | 176 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.31 |
| HSL | 246.67º | 0.25% | 0.58% | - |
| HSV(B) | 246.67º | 0.31% | 0.69% | - |
| XYZ | 23.7 | 21.64 | 44 | - |
| YUV | 129.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 176 | 0.27 | 0.31 | 0 | 0.31 | 246.67 | 0.25 | 0.58 |
| Hex | 80 | 7A | B0 | 1B | 1F | 0 | 1F | F7 | 19 | 3A |
| Octal | 200 | 172 | 260 | 33 | 37 | 0 | 37 | 367 | 31 | 72 |
| Binary | 10000000 | 1111010 | 10110000 | 11011 | 11111 | 0 | 11111 | 11110111 | 11001 | 111010 |
Color Harmonies of #807AB0
Complementary color
Monochromatic Colors of #807AB0
Black with #807AB0
Text Example
Text Example
White with #807AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807AB0; }
p { color: rgb(128,122,176); }
H1.HeaderClassName
{
color: #807AB0;
}
.AnyTagClassName
{
color: #807AB0;
}
</style>
background-color css
<style>
a { background-color: #807AB0; }
a { background-color: rgb(128,122,176); }
div.DivClassName
{
background-color: #807AB0;
}
.BgClassName
{
background-color: #807AB0;
}
</style>
border-color css
<style>
span { border-color: #807AB0; }
span { border-color: rgb(128,122,176); }
td.TdClassName
{
border-color: #807AB0;
}
.TagClassName
{
border-color: #807AB0;
}
</style>