Shades of Deluge #7E67AE
Tints of Deluge #7E67AE
RGB
CMYK
RGB Variations
Color information
#7E67AE (or 0x7E67AE) is known color: Deluge. HEX triplet: 7E, 67 and AE. RGB value is (126,103,174). Sum of RGB (Red+Green+Blue) = 126+103+174=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E67AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E67AE is #819851. Grayscale: #757575. Windows color (decimal): -8493138 or 11429758. OLE color: 11429758.
HSL color Cylindrical-coordinate representation of color #7E67AE: hue angle of 259.44º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E67AE is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 103 | 174 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.32 |
| HSL | 259.44º | 0.3% | 0.54% | - |
| HSV(B) | 259.44º | 0.41% | 0.68% | - |
| XYZ | 21.09 | 17.19 | 42.25 | - |
| YUV | 117.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 174 | 0.28 | 0.41 | 0 | 0.32 | 259.44 | 0.3 | 0.54 |
| Hex | 7E | 67 | AE | 1C | 29 | 0 | 20 | 103 | 1E | 36 |
| Octal | 176 | 147 | 256 | 34 | 51 | 0 | 40 | 403 | 36 | 66 |
| Binary | 1111110 | 1100111 | 10101110 | 11100 | 101001 | 0 | 100000 | 100000011 | 11110 | 110110 |
Color Harmonies of #7E67AE
Complementary color
Monochromatic Colors of #7E67AE
Black with #7E67AE
Text Example
Text Example
White with #7E67AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E67AE; }
p { color: rgb(126,103,174); }
H1.HeaderClassName
{
color: #7E67AE;
}
.AnyTagClassName
{
color: #7E67AE;
}
</style>
background-color css
<style>
a { background-color: #7E67AE; }
a { background-color: rgb(126,103,174); }
div.DivClassName
{
background-color: #7E67AE;
}
.BgClassName
{
background-color: #7E67AE;
}
</style>
border-color css
<style>
span { border-color: #7E67AE; }
span { border-color: rgb(126,103,174); }
td.TdClassName
{
border-color: #7E67AE;
}
.TagClassName
{
border-color: #7E67AE;
}
</style>