Shades of Deluge #7D75A2
Tints of Deluge #7D75A2
RGB
CMYK
RGB Variations
Color information
#7D75A2 (or 0x7D75A2) is known color: Deluge. HEX triplet: 7D, 75 and A2. RGB value is (125,117,162). Sum of RGB (Red+Green+Blue) = 125+117+162=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 162 - color contains mainly: blue. Hex color #7D75A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D75A2 is #828A5D. Grayscale: #7C7C7C. Windows color (decimal): -8555102 or 10646909. OLE color: 10646909.
HSL color Cylindrical-coordinate representation of color #7D75A2: hue angle of 250.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D75A2 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 117 | 162 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.36 |
| HSL | 250.67º | 0.19% | 0.55% | - |
| HSV(B) | 250.67º | 0.28% | 0.64% | - |
| XYZ | 21.34 | 19.69 | 36.86 | - |
| YUV | 124.52 | 149.15 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 162 | 0.23 | 0.28 | 0 | 0.36 | 250.67 | 0.19 | 0.55 |
| Hex | 7D | 75 | A2 | 17 | 1C | 0 | 24 | FB | 13 | 37 |
| Octal | 175 | 165 | 242 | 27 | 34 | 0 | 44 | 373 | 23 | 67 |
| Binary | 1111101 | 1110101 | 10100010 | 10111 | 11100 | 0 | 100100 | 11111011 | 10011 | 110111 |
Color Harmonies of #7D75A2
Complementary color
Monochromatic Colors of #7D75A2
Black with #7D75A2
Text Example
Text Example
White with #7D75A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D75A2; }
p { color: rgb(125,117,162); }
H1.HeaderClassName
{
color: #7D75A2;
}
.AnyTagClassName
{
color: #7D75A2;
}
</style>
background-color css
<style>
a { background-color: #7D75A2; }
a { background-color: rgb(125,117,162); }
div.DivClassName
{
background-color: #7D75A2;
}
.BgClassName
{
background-color: #7D75A2;
}
</style>
border-color css
<style>
span { border-color: #7D75A2; }
span { border-color: rgb(125,117,162); }
td.TdClassName
{
border-color: #7D75A2;
}
.TagClassName
{
border-color: #7D75A2;
}
</style>