Shades of Deluge #7F679F
Tints of Deluge #7F679F
RGB
CMYK
RGB Variations
Color information
#7F679F (or 0x7F679F) is known color: Deluge. HEX triplet: 7F, 67 and 9F. RGB value is (127,103,159). Sum of RGB (Red+Green+Blue) = 127+103+159=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F679F is #809860. Grayscale: #747474. Windows color (decimal): -8427617 or 10446719. OLE color: 10446719.
HSL color Cylindrical-coordinate representation of color #7F679F: hue angle of 265.71º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F679F is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 103 | 159 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.38 |
| HSL | 265.71º | 0.23% | 0.51% | - |
| HSV(B) | 265.71º | 0.35% | 0.62% | - |
| XYZ | 19.86 | 16.72 | 34.98 | - |
| YUV | 116.56 | 151.95 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 159 | 0.20 | 0.35 | 0 | 0.38 | 265.71 | 0.23 | 0.51 |
| Hex | 7F | 67 | 9F | 14 | 23 | 0 | 26 | 10A | 17 | 33 |
| Octal | 177 | 147 | 237 | 24 | 43 | 0 | 46 | 412 | 27 | 63 |
| Binary | 1111111 | 1100111 | 10011111 | 10100 | 100011 | 0 | 100110 | 100001010 | 10111 | 110011 |
Color Harmonies of #7F679F
Complementary color
Monochromatic Colors of #7F679F
Black with #7F679F
Text Example
Text Example
White with #7F679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F679F; }
p { color: rgb(127,103,159); }
H1.HeaderClassName
{
color: #7F679F;
}
.AnyTagClassName
{
color: #7F679F;
}
</style>
background-color css
<style>
a { background-color: #7F679F; }
a { background-color: rgb(127,103,159); }
div.DivClassName
{
background-color: #7F679F;
}
.BgClassName
{
background-color: #7F679F;
}
</style>
border-color css
<style>
span { border-color: #7F679F; }
span { border-color: rgb(127,103,159); }
td.TdClassName
{
border-color: #7F679F;
}
.TagClassName
{
border-color: #7F679F;
}
</style>