Shades of Deluge #7A789B
Tints of Deluge #7A789B
RGB
CMYK
RGB Variations
Color information
#7A789B (or 0x7A789B) is known color: Deluge. HEX triplet: 7A, 78 and 9B. RGB value is (122,120,155). Sum of RGB (Red+Green+Blue) = 122+120+155=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A789B is #858764. Grayscale: #7C7C7C. Windows color (decimal): -8750949 or 10188922. OLE color: 10188922.
HSL color Cylindrical-coordinate representation of color #7A789B: hue angle of 243.43º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A789B is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 120 | 155 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.39 |
| HSL | 243.43º | 0.15% | 0.54% | - |
| HSV(B) | 243.43º | 0.23% | 0.61% | - |
| XYZ | 20.66 | 19.94 | 33.77 | - |
| YUV | 124.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 155 | 0.21 | 0.23 | 0 | 0.39 | 243.43 | 0.15 | 0.54 |
| Hex | 7A | 78 | 9B | 15 | 17 | 0 | 27 | F3 | F | 36 |
| Octal | 172 | 170 | 233 | 25 | 27 | 0 | 47 | 363 | 17 | 66 |
| Binary | 1111010 | 1111000 | 10011011 | 10101 | 10111 | 0 | 100111 | 11110011 | 1111 | 110110 |
Color Harmonies of #7A789B
Complementary color
Monochromatic Colors of #7A789B
Black with #7A789B
Text Example
Text Example
White with #7A789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A789B; }
p { color: rgb(122,120,155); }
H1.HeaderClassName
{
color: #7A789B;
}
.AnyTagClassName
{
color: #7A789B;
}
</style>
background-color css
<style>
a { background-color: #7A789B; }
a { background-color: rgb(122,120,155); }
div.DivClassName
{
background-color: #7A789B;
}
.BgClassName
{
background-color: #7A789B;
}
</style>
border-color css
<style>
span { border-color: #7A789B; }
span { border-color: rgb(122,120,155); }
td.TdClassName
{
border-color: #7A789B;
}
.TagClassName
{
border-color: #7A789B;
}
</style>