Shades of Deluge #7873AB
Tints of Deluge #7873AB
RGB
CMYK
RGB Variations
Color information
#7873AB (or 0x7873AB) is known color: Deluge. HEX triplet: 78, 73 and AB. RGB value is (120,115,171). Sum of RGB (Red+Green+Blue) = 120+115+171=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #7873AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7873AB is #878C54. Grayscale: #7A7A7A. Windows color (decimal): -8883285 or 11236216. OLE color: 11236216.
HSL color Cylindrical-coordinate representation of color #7873AB: hue angle of 245.36º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7873AB is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 115 | 171 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.33 |
| HSL | 245.36º | 0.25% | 0.56% | - |
| HSV(B) | 245.36º | 0.33% | 0.67% | - |
| XYZ | 21.23 | 19.19 | 41.11 | - |
| YUV | 122.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 171 | 0.30 | 0.33 | 0 | 0.33 | 245.36 | 0.25 | 0.56 |
| Hex | 78 | 73 | AB | 1E | 21 | 0 | 21 | F5 | 19 | 38 |
| Octal | 170 | 163 | 253 | 36 | 41 | 0 | 41 | 365 | 31 | 70 |
| Binary | 1111000 | 1110011 | 10101011 | 11110 | 100001 | 0 | 100001 | 11110101 | 11001 | 111000 |
Color Harmonies of #7873AB
Complementary color
Monochromatic Colors of #7873AB
Black with #7873AB
Text Example
Text Example
White with #7873AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7873AB; }
p { color: rgb(120,115,171); }
H1.HeaderClassName
{
color: #7873AB;
}
.AnyTagClassName
{
color: #7873AB;
}
</style>
background-color css
<style>
a { background-color: #7873AB; }
a { background-color: rgb(120,115,171); }
div.DivClassName
{
background-color: #7873AB;
}
.BgClassName
{
background-color: #7873AB;
}
</style>
border-color css
<style>
span { border-color: #7873AB; }
span { border-color: rgb(120,115,171); }
td.TdClassName
{
border-color: #7873AB;
}
.TagClassName
{
border-color: #7873AB;
}
</style>