Shades of Deluge #7D75A9
Tints of Deluge #7D75A9
RGB
CMYK
RGB Variations
Color information
#7D75A9 (or 0x7D75A9) is known color: Deluge. HEX triplet: 7D, 75 and A9. RGB value is (125,117,169). Sum of RGB (Red+Green+Blue) = 125+117+169=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 169 (66.41% from 255 or 41.12% from 411); Max value from RGB is 169 - color contains mainly: blue. Hex color #7D75A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D75A9 is #828A56. Grayscale: #7D7D7D. Windows color (decimal): -8555095 or 11105661. OLE color: 11105661.
HSL color Cylindrical-coordinate representation of color #7D75A9: hue angle of 249.23º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D75A9 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 117 | 169 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.34 |
| HSL | 249.23º | 0.23% | 0.56% | - |
| HSV(B) | 249.23º | 0.31% | 0.66% | - |
| XYZ | 21.98 | 19.95 | 40.23 | - |
| YUV | 125.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 169 | 0.26 | 0.31 | 0 | 0.34 | 249.23 | 0.23 | 0.56 |
| Hex | 7D | 75 | A9 | 1A | 1F | 0 | 22 | F9 | 17 | 38 |
| Octal | 175 | 165 | 251 | 32 | 37 | 0 | 42 | 371 | 27 | 70 |
| Binary | 1111101 | 1110101 | 10101001 | 11010 | 11111 | 0 | 100010 | 11111001 | 10111 | 111000 |
Color Harmonies of #7D75A9
Complementary color
Monochromatic Colors of #7D75A9
Black with #7D75A9
Text Example
Text Example
White with #7D75A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D75A9; }
p { color: rgb(125,117,169); }
H1.HeaderClassName
{
color: #7D75A9;
}
.AnyTagClassName
{
color: #7D75A9;
}
</style>
background-color css
<style>
a { background-color: #7D75A9; }
a { background-color: rgb(125,117,169); }
div.DivClassName
{
background-color: #7D75A9;
}
.BgClassName
{
background-color: #7D75A9;
}
</style>
border-color css
<style>
span { border-color: #7D75A9; }
span { border-color: rgb(125,117,169); }
td.TdClassName
{
border-color: #7D75A9;
}
.TagClassName
{
border-color: #7D75A9;
}
</style>