Shades of Deluge #7E759B
Tints of Deluge #7E759B
RGB
CMYK
RGB Variations
Color information
#7E759B (or 0x7E759B) is known color: Deluge. HEX triplet: 7E, 75 and 9B. RGB value is (126,117,155). Sum of RGB (Red+Green+Blue) = 126+117+155=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E759B is #818A64. Grayscale: #7B7B7B. Windows color (decimal): -8489573 or 10188158. OLE color: 10188158.
HSL color Cylindrical-coordinate representation of color #7E759B: hue angle of 254.21º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7E759B is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 117 | 155 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.39 |
| HSL | 254.21º | 0.16% | 0.53% | - |
| HSV(B) | 254.21º | 0.25% | 0.61% | - |
| XYZ | 20.88 | 19.52 | 33.68 | - |
| YUV | 124.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 117 | 155 | 0.19 | 0.25 | 0 | 0.39 | 254.21 | 0.16 | 0.53 |
| Hex | 7E | 75 | 9B | 13 | 19 | 0 | 27 | FE | 10 | 35 |
| Octal | 176 | 165 | 233 | 23 | 31 | 0 | 47 | 376 | 20 | 65 |
| Binary | 1111110 | 1110101 | 10011011 | 10011 | 11001 | 0 | 100111 | 11111110 | 10000 | 110101 |
Color Harmonies of #7E759B
Complementary color
Monochromatic Colors of #7E759B
Black with #7E759B
Text Example
Text Example
White with #7E759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E759B; }
p { color: rgb(126,117,155); }
H1.HeaderClassName
{
color: #7E759B;
}
.AnyTagClassName
{
color: #7E759B;
}
</style>
background-color css
<style>
a { background-color: #7E759B; }
a { background-color: rgb(126,117,155); }
div.DivClassName
{
background-color: #7E759B;
}
.BgClassName
{
background-color: #7E759B;
}
</style>
border-color css
<style>
span { border-color: #7E759B; }
span { border-color: rgb(126,117,155); }
td.TdClassName
{
border-color: #7E759B;
}
.TagClassName
{
border-color: #7E759B;
}
</style>