Shades of Deluge #7975A3
Tints of Deluge #7975A3
RGB
CMYK
RGB Variations
Color information
#7975A3 (or 0x7975A3) is known color: Deluge. HEX triplet: 79, 75 and A3. RGB value is (121,117,163). Sum of RGB (Red+Green+Blue) = 121+117+163=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 163 - color contains mainly: blue. Hex color #7975A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7975A3 is #868A5C. Grayscale: #7B7B7B. Windows color (decimal): -8817245 or 10712441. OLE color: 10712441.
HSL color Cylindrical-coordinate representation of color #7975A3: hue angle of 245.22º degrees, saturation: 0.2, 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 #7975A3 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 117 | 163 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.36 |
| HSL | 245.22º | 0.2% | 0.55% | - |
| HSV(B) | 245.22º | 0.28% | 0.64% | - |
| XYZ | 20.86 | 19.43 | 37.3 | - |
| YUV | 123.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 117 | 163 | 0.26 | 0.28 | 0 | 0.36 | 245.22 | 0.2 | 0.55 |
| Hex | 79 | 75 | A3 | 1A | 1C | 0 | 24 | F5 | 14 | 37 |
| Octal | 171 | 165 | 243 | 32 | 34 | 0 | 44 | 365 | 24 | 67 |
| Binary | 1111001 | 1110101 | 10100011 | 11010 | 11100 | 0 | 100100 | 11110101 | 10100 | 110111 |
Color Harmonies of #7975A3
Complementary color
Monochromatic Colors of #7975A3
Black with #7975A3
Text Example
Text Example
White with #7975A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7975A3; }
p { color: rgb(121,117,163); }
H1.HeaderClassName
{
color: #7975A3;
}
.AnyTagClassName
{
color: #7975A3;
}
</style>
background-color css
<style>
a { background-color: #7975A3; }
a { background-color: rgb(121,117,163); }
div.DivClassName
{
background-color: #7975A3;
}
.BgClassName
{
background-color: #7975A3;
}
</style>
border-color css
<style>
span { border-color: #7975A3; }
span { border-color: rgb(121,117,163); }
td.TdClassName
{
border-color: #7975A3;
}
.TagClassName
{
border-color: #7975A3;
}
</style>