Shades of Deluge #7F749D
Tints of Deluge #7F749D
RGB
CMYK
RGB Variations
Color information
#7F749D (or 0x7F749D) is known color: Deluge. HEX triplet: 7F, 74 and 9D. RGB value is (127,116,157). Sum of RGB (Red+Green+Blue) = 127+116+157=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F749D is #808B62. Grayscale: #7B7B7B. Windows color (decimal): -8424291 or 10318975. OLE color: 10318975.
HSL color Cylindrical-coordinate representation of color #7F749D: hue angle of 256.1º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F749D is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 116 | 157 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.38 |
| HSL | 256.1º | 0.17% | 0.54% | - |
| HSV(B) | 256.1º | 0.26% | 0.62% | - |
| XYZ | 21.08 | 19.44 | 34.54 | - |
| YUV | 123.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 116 | 157 | 0.19 | 0.26 | 0 | 0.38 | 256.1 | 0.17 | 0.54 |
| Hex | 7F | 74 | 9D | 13 | 1A | 0 | 26 | 100 | 11 | 36 |
| Octal | 177 | 164 | 235 | 23 | 32 | 0 | 46 | 400 | 21 | 66 |
| Binary | 1111111 | 1110100 | 10011101 | 10011 | 11010 | 0 | 100110 | 100000000 | 10001 | 110110 |
Color Harmonies of #7F749D
Complementary color
Monochromatic Colors of #7F749D
Black with #7F749D
Text Example
Text Example
White with #7F749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F749D; }
p { color: rgb(127,116,157); }
H1.HeaderClassName
{
color: #7F749D;
}
.AnyTagClassName
{
color: #7F749D;
}
</style>
background-color css
<style>
a { background-color: #7F749D; }
a { background-color: rgb(127,116,157); }
div.DivClassName
{
background-color: #7F749D;
}
.BgClassName
{
background-color: #7F749D;
}
</style>
border-color css
<style>
span { border-color: #7F749D; }
span { border-color: rgb(127,116,157); }
td.TdClassName
{
border-color: #7F749D;
}
.TagClassName
{
border-color: #7F749D;
}
</style>