Shades of Deluge #7F7999
Tints of Deluge #7F7999
RGB
CMYK
RGB Variations
Color information
#7F7999 (or 0x7F7999) is known color: Deluge. HEX triplet: 7F, 79 and 99. RGB value is (127,121,153). Sum of RGB (Red+Green+Blue) = 127+121+153=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F7999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7999 is #808666. Grayscale: #7E7E7E. Windows color (decimal): -8423015 or 10058111. OLE color: 10058111.
HSL color Cylindrical-coordinate representation of color #7F7999: hue angle of 251.25º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F7999 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 121 | 153 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.4 |
| HSL | 251.25º | 0.14% | 0.54% | - |
| HSV(B) | 251.25º | 0.21% | 0.6% | - |
| XYZ | 21.34 | 20.49 | 32.97 | - |
| YUV | 126.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 121 | 153 | 0.17 | 0.21 | 0 | 0.4 | 251.25 | 0.14 | 0.54 |
| Hex | 7F | 79 | 99 | 11 | 15 | 0 | 28 | FB | E | 36 |
| Octal | 177 | 171 | 231 | 21 | 25 | 0 | 50 | 373 | 16 | 66 |
| Binary | 1111111 | 1111001 | 10011001 | 10001 | 10101 | 0 | 101000 | 11111011 | 1110 | 110110 |
Color Harmonies of #7F7999
Complementary color
Monochromatic Colors of #7F7999
Black with #7F7999
Text Example
Text Example
White with #7F7999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7999; }
p { color: rgb(127,121,153); }
H1.HeaderClassName
{
color: #7F7999;
}
.AnyTagClassName
{
color: #7F7999;
}
</style>
background-color css
<style>
a { background-color: #7F7999; }
a { background-color: rgb(127,121,153); }
div.DivClassName
{
background-color: #7F7999;
}
.BgClassName
{
background-color: #7F7999;
}
</style>
border-color css
<style>
span { border-color: #7F7999; }
span { border-color: rgb(127,121,153); }
td.TdClassName
{
border-color: #7F7999;
}
.TagClassName
{
border-color: #7F7999;
}
</style>