Shades of Deluge #7D7AAB
Tints of Deluge #7D7AAB
RGB
CMYK
RGB Variations
Color information
#7D7AAB (or 0x7D7AAB) is known color: Deluge. HEX triplet: 7D, 7A and AB. RGB value is (125,122,171). Sum of RGB (Red+Green+Blue) = 125+122+171=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D7AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7AAB is #828554. Grayscale: #808080. Windows color (decimal): -8553813 or 11238013. OLE color: 11238013.
HSL color Cylindrical-coordinate representation of color #7D7AAB: hue angle of 243.67º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D7AAB is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 122 | 171 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.33 |
| HSL | 243.67º | 0.23% | 0.57% | - |
| HSV(B) | 243.67º | 0.29% | 0.67% | - |
| XYZ | 22.77 | 21.22 | 41.42 | - |
| YUV | 128.48 | 151.99 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 122 | 171 | 0.27 | 0.29 | 0 | 0.33 | 243.67 | 0.23 | 0.57 |
| Hex | 7D | 7A | AB | 1B | 1D | 0 | 21 | F4 | 17 | 39 |
| Octal | 175 | 172 | 253 | 33 | 35 | 0 | 41 | 364 | 27 | 71 |
| Binary | 1111101 | 1111010 | 10101011 | 11011 | 11101 | 0 | 100001 | 11110100 | 10111 | 111001 |
Color Harmonies of #7D7AAB
Complementary color
Monochromatic Colors of #7D7AAB
Black with #7D7AAB
Text Example
Text Example
White with #7D7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7AAB; }
p { color: rgb(125,122,171); }
H1.HeaderClassName
{
color: #7D7AAB;
}
.AnyTagClassName
{
color: #7D7AAB;
}
</style>
background-color css
<style>
a { background-color: #7D7AAB; }
a { background-color: rgb(125,122,171); }
div.DivClassName
{
background-color: #7D7AAB;
}
.BgClassName
{
background-color: #7D7AAB;
}
</style>
border-color css
<style>
span { border-color: #7D7AAB; }
span { border-color: rgb(125,122,171); }
td.TdClassName
{
border-color: #7D7AAB;
}
.TagClassName
{
border-color: #7D7AAB;
}
</style>