Shades of Deluge #7872AB
Tints of Deluge #7872AB
RGB
CMYK
RGB Variations
Color information
#7872AB (or 0x7872AB) is known color: Deluge. HEX triplet: 78, 72 and AB. RGB value is (120,114,171). Sum of RGB (Red+Green+Blue) = 120+114+171=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #7872AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7872AB is #878D54. Grayscale: #7A7A7A. Windows color (decimal): -8883541 or 11235960. OLE color: 11235960.
HSL color Cylindrical-coordinate representation of color #7872AB: hue angle of 246.32º 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 #7872AB is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 114 | 171 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.33 |
| HSL | 246.32º | 0.25% | 0.56% | - |
| HSV(B) | 246.32º | 0.33% | 0.67% | - |
| XYZ | 21.11 | 18.97 | 41.08 | - |
| YUV | 122.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 171 | 0.30 | 0.33 | 0 | 0.33 | 246.32 | 0.25 | 0.56 |
| Hex | 78 | 72 | AB | 1E | 21 | 0 | 21 | F6 | 19 | 38 |
| Octal | 170 | 162 | 253 | 36 | 41 | 0 | 41 | 366 | 31 | 70 |
| Binary | 1111000 | 1110010 | 10101011 | 11110 | 100001 | 0 | 100001 | 11110110 | 11001 | 111000 |
Color Harmonies of #7872AB
Complementary color
Monochromatic Colors of #7872AB
Black with #7872AB
Text Example
Text Example
White with #7872AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7872AB; }
p { color: rgb(120,114,171); }
H1.HeaderClassName
{
color: #7872AB;
}
.AnyTagClassName
{
color: #7872AB;
}
</style>
background-color css
<style>
a { background-color: #7872AB; }
a { background-color: rgb(120,114,171); }
div.DivClassName
{
background-color: #7872AB;
}
.BgClassName
{
background-color: #7872AB;
}
</style>
border-color css
<style>
span { border-color: #7872AB; }
span { border-color: rgb(120,114,171); }
td.TdClassName
{
border-color: #7872AB;
}
.TagClassName
{
border-color: #7872AB;
}
</style>