Shades of Deluge #7E7DAA
Tints of Deluge #7E7DAA
RGB
CMYK
RGB Variations
Color information
#7E7DAA (or 0x7E7DAA) is known color: Deluge. HEX triplet: 7E, 7D and AA. RGB value is (126,125,170). Sum of RGB (Red+Green+Blue) = 126+125+170=421 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.93% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E7DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7DAA is #818255. Grayscale: #828282. Windows color (decimal): -8487510 or 11173246. OLE color: 11173246.
HSL color Cylindrical-coordinate representation of color #7E7DAA: hue angle of 241.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7E7DAA is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 125 | 170 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.33 |
| HSL | 241.33º | 0.21% | 0.58% | - |
| HSV(B) | 241.33º | 0.26% | 0.67% | - |
| XYZ | 23.19 | 22.01 | 41.06 | - |
| YUV | 130.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 125 | 170 | 0.26 | 0.26 | 0 | 0.33 | 241.33 | 0.21 | 0.58 |
| Hex | 7E | 7D | AA | 1A | 1A | 0 | 21 | F1 | 15 | 3A |
| Octal | 176 | 175 | 252 | 32 | 32 | 0 | 41 | 361 | 25 | 72 |
| Binary | 1111110 | 1111101 | 10101010 | 11010 | 11010 | 0 | 100001 | 11110001 | 10101 | 111010 |
Color Harmonies of #7E7DAA
Complementary color
Monochromatic Colors of #7E7DAA
Black with #7E7DAA
Text Example
Text Example
White with #7E7DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7DAA; }
p { color: rgb(126,125,170); }
H1.HeaderClassName
{
color: #7E7DAA;
}
.AnyTagClassName
{
color: #7E7DAA;
}
</style>
background-color css
<style>
a { background-color: #7E7DAA; }
a { background-color: rgb(126,125,170); }
div.DivClassName
{
background-color: #7E7DAA;
}
.BgClassName
{
background-color: #7E7DAA;
}
</style>
border-color css
<style>
span { border-color: #7E7DAA; }
span { border-color: rgb(126,125,170); }
td.TdClassName
{
border-color: #7E7DAA;
}
.TagClassName
{
border-color: #7E7DAA;
}
</style>