Shades of Deluge #7F68AB
Tints of Deluge #7F68AB
RGB
CMYK
RGB Variations
Color information
#7F68AB (or 0x7F68AB) is known color: Deluge. HEX triplet: 7F, 68 and AB. RGB value is (127,104,171). Sum of RGB (Red+Green+Blue) = 127+104+171=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F68AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F68AB is #809754. Grayscale: #767676. Windows color (decimal): -8427349 or 11233407. OLE color: 11233407.
HSL color Cylindrical-coordinate representation of color #7F68AB: hue angle of 260.6º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F68AB is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 104 | 171 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.33 |
| HSL | 260.6º | 0.29% | 0.54% | - |
| HSV(B) | 260.6º | 0.39% | 0.67% | - |
| XYZ | 21.05 | 17.35 | 40.77 | - |
| YUV | 118.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 171 | 0.26 | 0.39 | 0 | 0.33 | 260.6 | 0.29 | 0.54 |
| Hex | 7F | 68 | AB | 1A | 27 | 0 | 21 | 105 | 1D | 36 |
| Octal | 177 | 150 | 253 | 32 | 47 | 0 | 41 | 405 | 35 | 66 |
| Binary | 1111111 | 1101000 | 10101011 | 11010 | 100111 | 0 | 100001 | 100000101 | 11101 | 110110 |
Color Harmonies of #7F68AB
Complementary color
Monochromatic Colors of #7F68AB
Black with #7F68AB
Text Example
Text Example
White with #7F68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F68AB; }
p { color: rgb(127,104,171); }
H1.HeaderClassName
{
color: #7F68AB;
}
.AnyTagClassName
{
color: #7F68AB;
}
</style>
background-color css
<style>
a { background-color: #7F68AB; }
a { background-color: rgb(127,104,171); }
div.DivClassName
{
background-color: #7F68AB;
}
.BgClassName
{
background-color: #7F68AB;
}
</style>
border-color css
<style>
span { border-color: #7F68AB; }
span { border-color: rgb(127,104,171); }
td.TdClassName
{
border-color: #7F68AB;
}
.TagClassName
{
border-color: #7F68AB;
}
</style>