Shades of Deluge #7F689E
Tints of Deluge #7F689E
RGB
CMYK
RGB Variations
Color information
#7F689E (or 0x7F689E) is known color: Deluge. HEX triplet: 7F, 68 and 9E. RGB value is (127,104,158). Sum of RGB (Red+Green+Blue) = 127+104+158=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F689E is #809761. Grayscale: #747474. Windows color (decimal): -8427362 or 10381439. OLE color: 10381439.
HSL color Cylindrical-coordinate representation of color #7F689E: hue angle of 265.56º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F689E is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 104 | 158 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.38 |
| HSL | 265.56º | 0.22% | 0.51% | - |
| HSV(B) | 265.56º | 0.34% | 0.62% | - |
| XYZ | 19.87 | 16.88 | 34.56 | - |
| YUV | 117.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 158 | 0.20 | 0.34 | 0 | 0.38 | 265.56 | 0.22 | 0.51 |
| Hex | 7F | 68 | 9E | 14 | 22 | 0 | 26 | 10A | 16 | 33 |
| Octal | 177 | 150 | 236 | 24 | 42 | 0 | 46 | 412 | 26 | 63 |
| Binary | 1111111 | 1101000 | 10011110 | 10100 | 100010 | 0 | 100110 | 100001010 | 10110 | 110011 |
Color Harmonies of #7F689E
Complementary color
Monochromatic Colors of #7F689E
Black with #7F689E
Text Example
Text Example
White with #7F689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F689E; }
p { color: rgb(127,104,158); }
H1.HeaderClassName
{
color: #7F689E;
}
.AnyTagClassName
{
color: #7F689E;
}
</style>
background-color css
<style>
a { background-color: #7F689E; }
a { background-color: rgb(127,104,158); }
div.DivClassName
{
background-color: #7F689E;
}
.BgClassName
{
background-color: #7F689E;
}
</style>
border-color css
<style>
span { border-color: #7F689E; }
span { border-color: rgb(127,104,158); }
td.TdClassName
{
border-color: #7F689E;
}
.TagClassName
{
border-color: #7F689E;
}
</style>