Shades of Deluge #7F68AD
Tints of Deluge #7F68AD
RGB
CMYK
RGB Variations
Color information
#7F68AD (or 0x7F68AD) is known color: Deluge. HEX triplet: 7F, 68 and AD. RGB value is (127,104,173). Sum of RGB (Red+Green+Blue) = 127+104+173=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F68AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F68AD is #809752. Grayscale: #767676. Windows color (decimal): -8427347 or 11364479. OLE color: 11364479.
HSL color Cylindrical-coordinate representation of color #7F68AD: hue angle of 260º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F68AD is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 104 | 173 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.32 |
| HSL | 260º | 0.3% | 0.54% | - |
| HSV(B) | 260º | 0.4% | 0.68% | - |
| XYZ | 21.25 | 17.43 | 41.78 | - |
| YUV | 118.74 | 158.62 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 173 | 0.27 | 0.40 | 0 | 0.32 | 260 | 0.3 | 0.54 |
| Hex | 7F | 68 | AD | 1B | 28 | 0 | 20 | 104 | 1E | 36 |
| Octal | 177 | 150 | 255 | 33 | 50 | 0 | 40 | 404 | 36 | 66 |
| Binary | 1111111 | 1101000 | 10101101 | 11011 | 101000 | 0 | 100000 | 100000100 | 11110 | 110110 |
Color Harmonies of #7F68AD
Complementary color
Monochromatic Colors of #7F68AD
Black with #7F68AD
Text Example
Text Example
White with #7F68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F68AD; }
p { color: rgb(127,104,173); }
H1.HeaderClassName
{
color: #7F68AD;
}
.AnyTagClassName
{
color: #7F68AD;
}
</style>
background-color css
<style>
a { background-color: #7F68AD; }
a { background-color: rgb(127,104,173); }
div.DivClassName
{
background-color: #7F68AD;
}
.BgClassName
{
background-color: #7F68AD;
}
</style>
border-color css
<style>
span { border-color: #7F68AD; }
span { border-color: rgb(127,104,173); }
td.TdClassName
{
border-color: #7F68AD;
}
.TagClassName
{
border-color: #7F68AD;
}
</style>