Shades of Deluge #7F7D92
Tints of Deluge #7F7D92
RGB
CMYK
RGB Variations
Color information
#7F7D92 (or 0x7F7D92) is known color: Deluge. HEX triplet: 7F, 7D and 92. RGB value is (127,125,146). Sum of RGB (Red+Green+Blue) = 127+125+146=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F7D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7D92 is #80826D. Grayscale: #7F7F7F. Windows color (decimal): -8421998 or 9600383. OLE color: 9600383.
HSL color Cylindrical-coordinate representation of color #7F7D92: hue angle of 245.71º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F7D92 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 125 | 146 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.43 |
| HSL | 245.71º | 0.09% | 0.53% | - |
| HSV(B) | 245.71º | 0.14% | 0.57% | - |
| XYZ | 21.27 | 21.25 | 30.18 | - |
| YUV | 127.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 125 | 146 | 0.13 | 0.14 | 0 | 0.43 | 245.71 | 0.09 | 0.53 |
| Hex | 7F | 7D | 92 | D | E | 0 | 2B | F6 | 9 | 35 |
| Octal | 177 | 175 | 222 | 15 | 16 | 0 | 53 | 366 | 11 | 65 |
| Binary | 1111111 | 1111101 | 10010010 | 1101 | 1110 | 0 | 101011 | 11110110 | 1001 | 110101 |
Color Harmonies of #7F7D92
Complementary color
Monochromatic Colors of #7F7D92
Black with #7F7D92
Text Example
Text Example
White with #7F7D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7D92; }
p { color: rgb(127,125,146); }
H1.HeaderClassName
{
color: #7F7D92;
}
.AnyTagClassName
{
color: #7F7D92;
}
</style>
background-color css
<style>
a { background-color: #7F7D92; }
a { background-color: rgb(127,125,146); }
div.DivClassName
{
background-color: #7F7D92;
}
.BgClassName
{
background-color: #7F7D92;
}
</style>
border-color css
<style>
span { border-color: #7F7D92; }
span { border-color: rgb(127,125,146); }
td.TdClassName
{
border-color: #7F7D92;
}
.TagClassName
{
border-color: #7F7D92;
}
</style>