Shades of Deluge #7F719B
Tints of Deluge #7F719B
RGB
CMYK
RGB Variations
Color information
#7F719B (or 0x7F719B) is known color: Deluge. HEX triplet: 7F, 71 and 9B. RGB value is (127,113,155). Sum of RGB (Red+Green+Blue) = 127+113+155=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F719B is #808E64. Grayscale: #797979. Windows color (decimal): -8425061 or 10187135. OLE color: 10187135.
HSL color Cylindrical-coordinate representation of color #7F719B: hue angle of 260º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F719B is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 113 | 155 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.39 |
| HSL | 260º | 0.17% | 0.53% | - |
| HSV(B) | 260º | 0.27% | 0.61% | - |
| XYZ | 20.57 | 18.69 | 33.53 | - |
| YUV | 121.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 155 | 0.18 | 0.27 | 0 | 0.39 | 260 | 0.17 | 0.53 |
| Hex | 7F | 71 | 9B | 12 | 1B | 0 | 27 | 104 | 11 | 35 |
| Octal | 177 | 161 | 233 | 22 | 33 | 0 | 47 | 404 | 21 | 65 |
| Binary | 1111111 | 1110001 | 10011011 | 10010 | 11011 | 0 | 100111 | 100000100 | 10001 | 110101 |
Color Harmonies of #7F719B
Complementary color
Monochromatic Colors of #7F719B
Black with #7F719B
Text Example
Text Example
White with #7F719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F719B; }
p { color: rgb(127,113,155); }
H1.HeaderClassName
{
color: #7F719B;
}
.AnyTagClassName
{
color: #7F719B;
}
</style>
background-color css
<style>
a { background-color: #7F719B; }
a { background-color: rgb(127,113,155); }
div.DivClassName
{
background-color: #7F719B;
}
.BgClassName
{
background-color: #7F719B;
}
</style>
border-color css
<style>
span { border-color: #7F719B; }
span { border-color: rgb(127,113,155); }
td.TdClassName
{
border-color: #7F719B;
}
.TagClassName
{
border-color: #7F719B;
}
</style>