Shades of Deluge #7A789F
Tints of Deluge #7A789F
RGB
CMYK
RGB Variations
Color information
#7A789F (or 0x7A789F) is known color: Deluge. HEX triplet: 7A, 78 and 9F. RGB value is (122,120,159). Sum of RGB (Red+Green+Blue) = 122+120+159=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A789F is #858760. Grayscale: #7C7C7C. Windows color (decimal): -8750945 or 10451066. OLE color: 10451066.
HSL color Cylindrical-coordinate representation of color #7A789F: hue angle of 243.08º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A789F is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 120 | 159 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.38 |
| HSL | 243.08º | 0.17% | 0.55% | - |
| HSV(B) | 243.08º | 0.25% | 0.62% | - |
| XYZ | 21 | 20.07 | 35.57 | - |
| YUV | 125.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 159 | 0.23 | 0.25 | 0 | 0.38 | 243.08 | 0.17 | 0.55 |
| Hex | 7A | 78 | 9F | 17 | 19 | 0 | 26 | F3 | 11 | 37 |
| Octal | 172 | 170 | 237 | 27 | 31 | 0 | 46 | 363 | 21 | 67 |
| Binary | 1111010 | 1111000 | 10011111 | 10111 | 11001 | 0 | 100110 | 11110011 | 10001 | 110111 |
Color Harmonies of #7A789F
Complementary color
Monochromatic Colors of #7A789F
Black with #7A789F
Text Example
Text Example
White with #7A789F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A789F; }
p { color: rgb(122,120,159); }
H1.HeaderClassName
{
color: #7A789F;
}
.AnyTagClassName
{
color: #7A789F;
}
</style>
background-color css
<style>
a { background-color: #7A789F; }
a { background-color: rgb(122,120,159); }
div.DivClassName
{
background-color: #7A789F;
}
.BgClassName
{
background-color: #7A789F;
}
</style>
border-color css
<style>
span { border-color: #7A789F; }
span { border-color: rgb(122,120,159); }
td.TdClassName
{
border-color: #7A789F;
}
.TagClassName
{
border-color: #7A789F;
}
</style>