Shades of Deluge #7D7BAC
Tints of Deluge #7D7BAC
RGB
CMYK
RGB Variations
Color information
#7D7BAC (or 0x7D7BAC) is known color: Deluge. HEX triplet: 7D, 7B and AC. RGB value is (125,123,172). Sum of RGB (Red+Green+Blue) = 125+123+172=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D7BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7BAC is #828453. Grayscale: #808080. Windows color (decimal): -8553556 or 11303805. OLE color: 11303805.
HSL color Cylindrical-coordinate representation of color #7D7BAC: hue angle of 242.45º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D7BAC is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 123 | 172 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.33 |
| HSL | 242.45º | 0.23% | 0.58% | - |
| HSV(B) | 242.45º | 0.28% | 0.67% | - |
| XYZ | 22.99 | 21.5 | 41.97 | - |
| YUV | 129.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 123 | 172 | 0.27 | 0.28 | 0 | 0.33 | 242.45 | 0.23 | 0.58 |
| Hex | 7D | 7B | AC | 1B | 1C | 0 | 21 | F2 | 17 | 3A |
| Octal | 175 | 173 | 254 | 33 | 34 | 0 | 41 | 362 | 27 | 72 |
| Binary | 1111101 | 1111011 | 10101100 | 11011 | 11100 | 0 | 100001 | 11110010 | 10111 | 111010 |
Color Harmonies of #7D7BAC
Complementary color
Monochromatic Colors of #7D7BAC
Black with #7D7BAC
Text Example
Text Example
White with #7D7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7BAC; }
p { color: rgb(125,123,172); }
H1.HeaderClassName
{
color: #7D7BAC;
}
.AnyTagClassName
{
color: #7D7BAC;
}
</style>
background-color css
<style>
a { background-color: #7D7BAC; }
a { background-color: rgb(125,123,172); }
div.DivClassName
{
background-color: #7D7BAC;
}
.BgClassName
{
background-color: #7D7BAC;
}
</style>
border-color css
<style>
span { border-color: #7D7BAC; }
span { border-color: rgb(125,123,172); }
td.TdClassName
{
border-color: #7D7BAC;
}
.TagClassName
{
border-color: #7D7BAC;
}
</style>