Shades of Deluge #7E6FAC
Tints of Deluge #7E6FAC
RGB
CMYK
RGB Variations
Color information
#7E6FAC (or 0x7E6FAC) is known color: Deluge. HEX triplet: 7E, 6F and AC. RGB value is (126,111,172). Sum of RGB (Red+Green+Blue) = 126+111+172=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E6FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6FAC is #819053. Grayscale: #7A7A7A. Windows color (decimal): -8491092 or 11300734. OLE color: 11300734.
HSL color Cylindrical-coordinate representation of color #7E6FAC: hue angle of 254.75º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E6FAC is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 111 | 172 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.33 |
| HSL | 254.75º | 0.27% | 0.55% | - |
| HSV(B) | 254.75º | 0.35% | 0.67% | - |
| XYZ | 21.74 | 18.78 | 41.51 | - |
| YUV | 122.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 111 | 172 | 0.27 | 0.35 | 0 | 0.33 | 254.75 | 0.27 | 0.55 |
| Hex | 7E | 6F | AC | 1B | 23 | 0 | 21 | FF | 1B | 37 |
| Octal | 176 | 157 | 254 | 33 | 43 | 0 | 41 | 377 | 33 | 67 |
| Binary | 1111110 | 1101111 | 10101100 | 11011 | 100011 | 0 | 100001 | 11111111 | 11011 | 110111 |
Color Harmonies of #7E6FAC
Complementary color
Monochromatic Colors of #7E6FAC
Black with #7E6FAC
Text Example
Text Example
White with #7E6FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6FAC; }
p { color: rgb(126,111,172); }
H1.HeaderClassName
{
color: #7E6FAC;
}
.AnyTagClassName
{
color: #7E6FAC;
}
</style>
background-color css
<style>
a { background-color: #7E6FAC; }
a { background-color: rgb(126,111,172); }
div.DivClassName
{
background-color: #7E6FAC;
}
.BgClassName
{
background-color: #7E6FAC;
}
</style>
border-color css
<style>
span { border-color: #7E6FAC; }
span { border-color: rgb(126,111,172); }
td.TdClassName
{
border-color: #7E6FAC;
}
.TagClassName
{
border-color: #7E6FAC;
}
</style>