Shades of Deluge #7D75B1
Tints of Deluge #7D75B1
RGB
CMYK
RGB Variations
Color information
#7D75B1 (or 0x7D75B1) is known color: Deluge. HEX triplet: 7D, 75 and B1. RGB value is (125,117,177). Sum of RGB (Red+Green+Blue) = 125+117+177=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 177 - color contains mainly: blue. Hex color #7D75B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D75B1 is #828A4E. Grayscale: #7E7E7E. Windows color (decimal): -8555087 or 11629949. OLE color: 11629949.
HSL color Cylindrical-coordinate representation of color #7D75B1: hue angle of 248º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D75B1 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 117 | 177 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.31 |
| HSL | 248º | 0.28% | 0.58% | - |
| HSV(B) | 248º | 0.34% | 0.69% | - |
| XYZ | 22.75 | 20.26 | 44.31 | - |
| YUV | 126.23 | 156.65 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 177 | 0.29 | 0.34 | 0 | 0.31 | 248 | 0.28 | 0.58 |
| Hex | 7D | 75 | B1 | 1D | 22 | 0 | 1F | F8 | 1C | 3A |
| Octal | 175 | 165 | 261 | 35 | 42 | 0 | 37 | 370 | 34 | 72 |
| Binary | 1111101 | 1110101 | 10110001 | 11101 | 100010 | 0 | 11111 | 11111000 | 11100 | 111010 |
Color Harmonies of #7D75B1
Complementary color
Monochromatic Colors of #7D75B1
Black with #7D75B1
Text Example
Text Example
White with #7D75B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D75B1; }
p { color: rgb(125,117,177); }
H1.HeaderClassName
{
color: #7D75B1;
}
.AnyTagClassName
{
color: #7D75B1;
}
</style>
background-color css
<style>
a { background-color: #7D75B1; }
a { background-color: rgb(125,117,177); }
div.DivClassName
{
background-color: #7D75B1;
}
.BgClassName
{
background-color: #7D75B1;
}
</style>
border-color css
<style>
span { border-color: #7D75B1; }
span { border-color: rgb(125,117,177); }
td.TdClassName
{
border-color: #7D75B1;
}
.TagClassName
{
border-color: #7D75B1;
}
</style>