Shades of Deluge #7F68AC
Tints of Deluge #7F68AC
RGB
CMYK
RGB Variations
Color information
#7F68AC (or 0x7F68AC) is known color: Deluge. HEX triplet: 7F, 68 and AC. RGB value is (127,104,172). Sum of RGB (Red+Green+Blue) = 127+104+172=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F68AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F68AC is #809753. Grayscale: #767676. Windows color (decimal): -8427348 or 11298943. OLE color: 11298943.
HSL color Cylindrical-coordinate representation of color #7F68AC: hue angle of 260.29º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F68AC is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 104 | 172 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.33 |
| HSL | 260.29º | 0.29% | 0.54% | - |
| HSV(B) | 260.29º | 0.4% | 0.67% | - |
| XYZ | 21.15 | 17.39 | 41.27 | - |
| YUV | 118.63 | 158.12 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 172 | 0.26 | 0.40 | 0 | 0.33 | 260.29 | 0.29 | 0.54 |
| Hex | 7F | 68 | AC | 1A | 28 | 0 | 21 | 104 | 1D | 36 |
| Octal | 177 | 150 | 254 | 32 | 50 | 0 | 41 | 404 | 35 | 66 |
| Binary | 1111111 | 1101000 | 10101100 | 11010 | 101000 | 0 | 100001 | 100000100 | 11101 | 110110 |
Color Harmonies of #7F68AC
Complementary color
Monochromatic Colors of #7F68AC
Black with #7F68AC
Text Example
Text Example
White with #7F68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F68AC; }
p { color: rgb(127,104,172); }
H1.HeaderClassName
{
color: #7F68AC;
}
.AnyTagClassName
{
color: #7F68AC;
}
</style>
background-color css
<style>
a { background-color: #7F68AC; }
a { background-color: rgb(127,104,172); }
div.DivClassName
{
background-color: #7F68AC;
}
.BgClassName
{
background-color: #7F68AC;
}
</style>
border-color css
<style>
span { border-color: #7F68AC; }
span { border-color: rgb(127,104,172); }
td.TdClassName
{
border-color: #7F68AC;
}
.TagClassName
{
border-color: #7F68AC;
}
</style>