Shades of Deluge #7F739D
Tints of Deluge #7F739D
RGB
CMYK
RGB Variations
Color information
#7F739D (or 0x7F739D) is known color: Deluge. HEX triplet: 7F, 73 and 9D. RGB value is (127,115,157). Sum of RGB (Red+Green+Blue) = 127+115+157=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F739D is #808C62. Grayscale: #7B7B7B. Windows color (decimal): -8424547 or 10318719. OLE color: 10318719.
HSL color Cylindrical-coordinate representation of color #7F739D: hue angle of 257.14º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F739D is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 115 | 157 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.38 |
| HSL | 257.14º | 0.18% | 0.53% | - |
| HSV(B) | 257.14º | 0.27% | 0.62% | - |
| XYZ | 20.97 | 19.21 | 34.5 | - |
| YUV | 123.38 | 146.98 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 157 | 0.19 | 0.27 | 0 | 0.38 | 257.14 | 0.18 | 0.53 |
| Hex | 7F | 73 | 9D | 13 | 1B | 0 | 26 | 101 | 12 | 35 |
| Octal | 177 | 163 | 235 | 23 | 33 | 0 | 46 | 401 | 22 | 65 |
| Binary | 1111111 | 1110011 | 10011101 | 10011 | 11011 | 0 | 100110 | 100000001 | 10010 | 110101 |
Color Harmonies of #7F739D
Complementary color
Monochromatic Colors of #7F739D
Black with #7F739D
Text Example
Text Example
White with #7F739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F739D; }
p { color: rgb(127,115,157); }
H1.HeaderClassName
{
color: #7F739D;
}
.AnyTagClassName
{
color: #7F739D;
}
</style>
background-color css
<style>
a { background-color: #7F739D; }
a { background-color: rgb(127,115,157); }
div.DivClassName
{
background-color: #7F739D;
}
.BgClassName
{
background-color: #7F739D;
}
</style>
border-color css
<style>
span { border-color: #7F739D; }
span { border-color: rgb(127,115,157); }
td.TdClassName
{
border-color: #7F739D;
}
.TagClassName
{
border-color: #7F739D;
}
</style>