Shades of Deluge #7C75B1
Tints of Deluge #7C75B1
RGB
CMYK
RGB Variations
Color information
#7C75B1 (or 0x7C75B1) is known color: Deluge. HEX triplet: 7C, 75 and B1. RGB value is (124,117,177). Sum of RGB (Red+Green+Blue) = 124+117+177=418 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.67% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 177 - color contains mainly: blue. Hex color #7C75B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C75B1 is #838A4E. Grayscale: #7D7D7D. Windows color (decimal): -8620623 or 11629948. OLE color: 11629948.
HSL color Cylindrical-coordinate representation of color #7C75B1: hue angle of 247º 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 #7C75B1 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 117 | 177 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.31 |
| HSL | 247º | 0.28% | 0.58% | - |
| HSV(B) | 247º | 0.34% | 0.69% | - |
| XYZ | 22.61 | 20.18 | 44.3 | - |
| YUV | 125.93 | 156.82 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 177 | 0.30 | 0.34 | 0 | 0.31 | 247 | 0.28 | 0.58 |
| Hex | 7C | 75 | B1 | 1E | 22 | 0 | 1F | F7 | 1C | 3A |
| Octal | 174 | 165 | 261 | 36 | 42 | 0 | 37 | 367 | 34 | 72 |
| Binary | 1111100 | 1110101 | 10110001 | 11110 | 100010 | 0 | 11111 | 11110111 | 11100 | 111010 |
Color Harmonies of #7C75B1
Complementary color
Monochromatic Colors of #7C75B1
Black with #7C75B1
Text Example
Text Example
White with #7C75B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C75B1; }
p { color: rgb(124,117,177); }
H1.HeaderClassName
{
color: #7C75B1;
}
.AnyTagClassName
{
color: #7C75B1;
}
</style>
background-color css
<style>
a { background-color: #7C75B1; }
a { background-color: rgb(124,117,177); }
div.DivClassName
{
background-color: #7C75B1;
}
.BgClassName
{
background-color: #7C75B1;
}
</style>
border-color css
<style>
span { border-color: #7C75B1; }
span { border-color: rgb(124,117,177); }
td.TdClassName
{
border-color: #7C75B1;
}
.TagClassName
{
border-color: #7C75B1;
}
</style>