Shades of Deluge #7D6FAB
Tints of Deluge #7D6FAB
RGB
CMYK
RGB Variations
Color information
#7D6FAB (or 0x7D6FAB) is known color: Deluge. HEX triplet: 7D, 6F and AB. RGB value is (125,111,171). Sum of RGB (Red+Green+Blue) = 125+111+171=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D6FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6FAB is #829054. Grayscale: #797979. Windows color (decimal): -8556629 or 11235197. OLE color: 11235197.
HSL color Cylindrical-coordinate representation of color #7D6FAB: hue angle of 254º degrees, saturation: 0.26, 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 #7D6FAB is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 111 | 171 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.33 |
| HSL | 254º | 0.26% | 0.55% | - |
| HSV(B) | 254º | 0.35% | 0.67% | - |
| XYZ | 21.49 | 18.67 | 41 | - |
| YUV | 122.03 | 155.64 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 111 | 171 | 0.27 | 0.35 | 0 | 0.33 | 254 | 0.26 | 0.55 |
| Hex | 7D | 6F | AB | 1B | 23 | 0 | 21 | FE | 1A | 37 |
| Octal | 175 | 157 | 253 | 33 | 43 | 0 | 41 | 376 | 32 | 67 |
| Binary | 1111101 | 1101111 | 10101011 | 11011 | 100011 | 0 | 100001 | 11111110 | 11010 | 110111 |
Color Harmonies of #7D6FAB
Complementary color
Monochromatic Colors of #7D6FAB
Black with #7D6FAB
Text Example
Text Example
White with #7D6FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6FAB; }
p { color: rgb(125,111,171); }
H1.HeaderClassName
{
color: #7D6FAB;
}
.AnyTagClassName
{
color: #7D6FAB;
}
</style>
background-color css
<style>
a { background-color: #7D6FAB; }
a { background-color: rgb(125,111,171); }
div.DivClassName
{
background-color: #7D6FAB;
}
.BgClassName
{
background-color: #7D6FAB;
}
</style>
border-color css
<style>
span { border-color: #7D6FAB; }
span { border-color: rgb(125,111,171); }
td.TdClassName
{
border-color: #7D6FAB;
}
.TagClassName
{
border-color: #7D6FAB;
}
</style>