Shades of Deluge #7F79A0
Tints of Deluge #7F79A0
RGB
CMYK
RGB Variations
Color information
#7F79A0 (or 0x7F79A0) is known color: Deluge. HEX triplet: 7F, 79 and A0. RGB value is (127,121,160). Sum of RGB (Red+Green+Blue) = 127+121+160=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 160 - color contains mainly: blue. Hex color #7F79A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F79A0 is #80865F. Grayscale: #7F7F7F. Windows color (decimal): -8423008 or 10516863. OLE color: 10516863.
HSL color Cylindrical-coordinate representation of color #7F79A0: hue angle of 249.23º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F79A0 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 121 | 160 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.37 |
| HSL | 249.23º | 0.17% | 0.55% | - |
| HSV(B) | 249.23º | 0.24% | 0.63% | - |
| XYZ | 21.93 | 20.72 | 36.1 | - |
| YUV | 127.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 121 | 160 | 0.21 | 0.24 | 0 | 0.37 | 249.23 | 0.17 | 0.55 |
| Hex | 7F | 79 | A0 | 15 | 18 | 0 | 25 | F9 | 11 | 37 |
| Octal | 177 | 171 | 240 | 25 | 30 | 0 | 45 | 371 | 21 | 67 |
| Binary | 1111111 | 1111001 | 10100000 | 10101 | 11000 | 0 | 100101 | 11111001 | 10001 | 110111 |
Color Harmonies of #7F79A0
Complementary color
Monochromatic Colors of #7F79A0
Black with #7F79A0
Text Example
Text Example
White with #7F79A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F79A0; }
p { color: rgb(127,121,160); }
H1.HeaderClassName
{
color: #7F79A0;
}
.AnyTagClassName
{
color: #7F79A0;
}
</style>
background-color css
<style>
a { background-color: #7F79A0; }
a { background-color: rgb(127,121,160); }
div.DivClassName
{
background-color: #7F79A0;
}
.BgClassName
{
background-color: #7F79A0;
}
</style>
border-color css
<style>
span { border-color: #7F79A0; }
span { border-color: rgb(127,121,160); }
td.TdClassName
{
border-color: #7F79A0;
}
.TagClassName
{
border-color: #7F79A0;
}
</style>