Shades of Deluge #7F7998
Tints of Deluge #7F7998
RGB
CMYK
RGB Variations
Color information
#7F7998 (or 0x7F7998) is known color: Deluge. HEX triplet: 7F, 79 and 98. RGB value is (127,121,152). Sum of RGB (Red+Green+Blue) = 127+121+152=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #7F7998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7998 is #808667. Grayscale: #7E7E7E. Windows color (decimal): -8423016 or 9992575. OLE color: 9992575.
HSL color Cylindrical-coordinate representation of color #7F7998: hue angle of 251.61º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F7998 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 121 | 152 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.40 |
| HSL | 251.61º | 0.13% | 0.54% | - |
| HSV(B) | 251.61º | 0.2% | 0.6% | - |
| XYZ | 21.26 | 20.45 | 32.53 | - |
| YUV | 126.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 121 | 152 | 0.16 | 0.20 | 0 | 0.40 | 251.61 | 0.13 | 0.54 |
| Hex | 7F | 79 | 98 | 10 | 14 | 0 | 28 | FC | D | 36 |
| Octal | 177 | 171 | 230 | 20 | 24 | 0 | 50 | 374 | 15 | 66 |
| Binary | 1111111 | 1111001 | 10011000 | 10000 | 10100 | 0 | 101000 | 11111100 | 1101 | 110110 |
Color Harmonies of #7F7998
Complementary color
Monochromatic Colors of #7F7998
Black with #7F7998
Text Example
Text Example
White with #7F7998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7998; }
p { color: rgb(127,121,152); }
H1.HeaderClassName
{
color: #7F7998;
}
.AnyTagClassName
{
color: #7F7998;
}
</style>
background-color css
<style>
a { background-color: #7F7998; }
a { background-color: rgb(127,121,152); }
div.DivClassName
{
background-color: #7F7998;
}
.BgClassName
{
background-color: #7F7998;
}
</style>
border-color css
<style>
span { border-color: #7F7998; }
span { border-color: rgb(127,121,152); }
td.TdClassName
{
border-color: #7F7998;
}
.TagClassName
{
border-color: #7F7998;
}
</style>