Shades of Deluge #7E7CAB
Tints of Deluge #7E7CAB
RGB
CMYK
RGB Variations
Color information
#7E7CAB (or 0x7E7CAB) is known color: Deluge. HEX triplet: 7E, 7C and AB. RGB value is (126,124,171). Sum of RGB (Red+Green+Blue) = 126+124+171=421 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.93% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E7CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7CAB is #818354. Grayscale: #818181. Windows color (decimal): -8487765 or 11238526. OLE color: 11238526.
HSL color Cylindrical-coordinate representation of color #7E7CAB: hue angle of 242.55º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E7CAB is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 124 | 171 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.33 |
| HSL | 242.55º | 0.22% | 0.58% | - |
| HSV(B) | 242.55º | 0.27% | 0.67% | - |
| XYZ | 23.16 | 21.79 | 41.51 | - |
| YUV | 129.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 124 | 171 | 0.26 | 0.27 | 0 | 0.33 | 242.55 | 0.22 | 0.58 |
| Hex | 7E | 7C | AB | 1A | 1B | 0 | 21 | F3 | 16 | 3A |
| Octal | 176 | 174 | 253 | 32 | 33 | 0 | 41 | 363 | 26 | 72 |
| Binary | 1111110 | 1111100 | 10101011 | 11010 | 11011 | 0 | 100001 | 11110011 | 10110 | 111010 |
Color Harmonies of #7E7CAB
Complementary color
Monochromatic Colors of #7E7CAB
Black with #7E7CAB
Text Example
Text Example
White with #7E7CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7CAB; }
p { color: rgb(126,124,171); }
H1.HeaderClassName
{
color: #7E7CAB;
}
.AnyTagClassName
{
color: #7E7CAB;
}
</style>
background-color css
<style>
a { background-color: #7E7CAB; }
a { background-color: rgb(126,124,171); }
div.DivClassName
{
background-color: #7E7CAB;
}
.BgClassName
{
background-color: #7E7CAB;
}
</style>
border-color css
<style>
span { border-color: #7E7CAB; }
span { border-color: rgb(126,124,171); }
td.TdClassName
{
border-color: #7E7CAB;
}
.TagClassName
{
border-color: #7E7CAB;
}
</style>