Shades of Deluge #7E759A
Tints of Deluge #7E759A
RGB
CMYK
RGB Variations
Color information
#7E759A (or 0x7E759A) is known color: Deluge. HEX triplet: 7E, 75 and 9A. RGB value is (126,117,154). Sum of RGB (Red+Green+Blue) = 126+117+154=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 154 - color contains mainly: blue. Hex color #7E759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E759A is #818A65. Grayscale: #7B7B7B. Windows color (decimal): -8489574 or 10122622. OLE color: 10122622.
HSL color Cylindrical-coordinate representation of color #7E759A: hue angle of 254.59º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E759A is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 117 | 154 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.40 |
| HSL | 254.59º | 0.15% | 0.53% | - |
| HSV(B) | 254.59º | 0.24% | 0.6% | - |
| XYZ | 20.8 | 19.49 | 33.24 | - |
| YUV | 123.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 117 | 154 | 0.18 | 0.24 | 0 | 0.40 | 254.59 | 0.15 | 0.53 |
| Hex | 7E | 75 | 9A | 12 | 18 | 0 | 28 | FF | F | 35 |
| Octal | 176 | 165 | 232 | 22 | 30 | 0 | 50 | 377 | 17 | 65 |
| Binary | 1111110 | 1110101 | 10011010 | 10010 | 11000 | 0 | 101000 | 11111111 | 1111 | 110101 |
Color Harmonies of #7E759A
Complementary color
Monochromatic Colors of #7E759A
Black with #7E759A
Text Example
Text Example
White with #7E759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E759A; }
p { color: rgb(126,117,154); }
H1.HeaderClassName
{
color: #7E759A;
}
.AnyTagClassName
{
color: #7E759A;
}
</style>
background-color css
<style>
a { background-color: #7E759A; }
a { background-color: rgb(126,117,154); }
div.DivClassName
{
background-color: #7E759A;
}
.BgClassName
{
background-color: #7E759A;
}
</style>
border-color css
<style>
span { border-color: #7E759A; }
span { border-color: rgb(126,117,154); }
td.TdClassName
{
border-color: #7E759A;
}
.TagClassName
{
border-color: #7E759A;
}
</style>