Shades of Deluge #7E77AF
Tints of Deluge #7E77AF
RGB
CMYK
RGB Variations
Color information
#7E77AF (or 0x7E77AF) is known color: Deluge. HEX triplet: 7E, 77 and AF. RGB value is (126,119,175). Sum of RGB (Red+Green+Blue) = 126+119+175=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #7E77AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E77AF is #818850. Grayscale: #7F7F7F. Windows color (decimal): -8489041 or 11499390. OLE color: 11499390.
HSL color Cylindrical-coordinate representation of color #7E77AF: hue angle of 247.5º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E77AF is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 119 | 175 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.31 |
| HSL | 247.5º | 0.26% | 0.58% | - |
| HSV(B) | 247.5º | 0.32% | 0.69% | - |
| XYZ | 22.94 | 20.72 | 43.35 | - |
| YUV | 127.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 119 | 175 | 0.28 | 0.32 | 0 | 0.31 | 247.5 | 0.26 | 0.58 |
| Hex | 7E | 77 | AF | 1C | 20 | 0 | 1F | F8 | 1A | 3A |
| Octal | 176 | 167 | 257 | 34 | 40 | 0 | 37 | 370 | 32 | 72 |
| Binary | 1111110 | 1110111 | 10101111 | 11100 | 100000 | 0 | 11111 | 11111000 | 11010 | 111010 |
Color Harmonies of #7E77AF
Complementary color
Monochromatic Colors of #7E77AF
Black with #7E77AF
Text Example
Text Example
White with #7E77AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E77AF; }
p { color: rgb(126,119,175); }
H1.HeaderClassName
{
color: #7E77AF;
}
.AnyTagClassName
{
color: #7E77AF;
}
</style>
background-color css
<style>
a { background-color: #7E77AF; }
a { background-color: rgb(126,119,175); }
div.DivClassName
{
background-color: #7E77AF;
}
.BgClassName
{
background-color: #7E77AF;
}
</style>
border-color css
<style>
span { border-color: #7E77AF; }
span { border-color: rgb(126,119,175); }
td.TdClassName
{
border-color: #7E77AF;
}
.TagClassName
{
border-color: #7E77AF;
}
</style>