Shades of Deluge #7F7597
Tints of Deluge #7F7597
RGB
CMYK
RGB Variations
Color information
#7F7597 (or 0x7F7597) is known color: Deluge. HEX triplet: 7F, 75 and 97. RGB value is (127,117,151). Sum of RGB (Red+Green+Blue) = 127+117+151=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 151 - color contains mainly: blue. Hex color #7F7597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7597 is #808A68. Grayscale: #7B7B7B. Windows color (decimal): -8424041 or 9926015. OLE color: 9926015.
HSL color Cylindrical-coordinate representation of color #7F7597: hue angle of 257.65º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7F7597 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 117 | 151 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.41 |
| HSL | 257.65º | 0.14% | 0.53% | - |
| HSV(B) | 257.65º | 0.23% | 0.59% | - |
| XYZ | 20.7 | 19.47 | 31.95 | - |
| YUV | 123.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 151 | 0.16 | 0.23 | 0 | 0.41 | 257.65 | 0.14 | 0.53 |
| Hex | 7F | 75 | 97 | 10 | 17 | 0 | 29 | 102 | E | 35 |
| Octal | 177 | 165 | 227 | 20 | 27 | 0 | 51 | 402 | 16 | 65 |
| Binary | 1111111 | 1110101 | 10010111 | 10000 | 10111 | 0 | 101001 | 100000010 | 1110 | 110101 |
Color Harmonies of #7F7597
Complementary color
Monochromatic Colors of #7F7597
Black with #7F7597
Text Example
Text Example
White with #7F7597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7597; }
p { color: rgb(127,117,151); }
H1.HeaderClassName
{
color: #7F7597;
}
.AnyTagClassName
{
color: #7F7597;
}
</style>
background-color css
<style>
a { background-color: #7F7597; }
a { background-color: rgb(127,117,151); }
div.DivClassName
{
background-color: #7F7597;
}
.BgClassName
{
background-color: #7F7597;
}
</style>
border-color css
<style>
span { border-color: #7F7597; }
span { border-color: rgb(127,117,151); }
td.TdClassName
{
border-color: #7F7597;
}
.TagClassName
{
border-color: #7F7597;
}
</style>