Shades of Deluge #7F73AB
Tints of Deluge #7F73AB
RGB
CMYK
RGB Variations
Color information
#7F73AB (or 0x7F73AB) is known color: Deluge. HEX triplet: 7F, 73 and AB. RGB value is (127,115,171). Sum of RGB (Red+Green+Blue) = 127+115+171=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F73AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F73AB is #808C54. Grayscale: #7C7C7C. Windows color (decimal): -8424533 or 11236223. OLE color: 11236223.
HSL color Cylindrical-coordinate representation of color #7F73AB: hue angle of 252.86º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F73AB is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 115 | 171 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.33 |
| HSL | 252.86º | 0.25% | 0.56% | - |
| HSV(B) | 252.86º | 0.33% | 0.67% | - |
| XYZ | 22.23 | 19.71 | 41.16 | - |
| YUV | 124.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 171 | 0.26 | 0.33 | 0 | 0.33 | 252.86 | 0.25 | 0.56 |
| Hex | 7F | 73 | AB | 1A | 21 | 0 | 21 | FD | 19 | 38 |
| Octal | 177 | 163 | 253 | 32 | 41 | 0 | 41 | 375 | 31 | 70 |
| Binary | 1111111 | 1110011 | 10101011 | 11010 | 100001 | 0 | 100001 | 11111101 | 11001 | 111000 |
Color Harmonies of #7F73AB
Complementary color
Monochromatic Colors of #7F73AB
Black with #7F73AB
Text Example
Text Example
White with #7F73AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F73AB; }
p { color: rgb(127,115,171); }
H1.HeaderClassName
{
color: #7F73AB;
}
.AnyTagClassName
{
color: #7F73AB;
}
</style>
background-color css
<style>
a { background-color: #7F73AB; }
a { background-color: rgb(127,115,171); }
div.DivClassName
{
background-color: #7F73AB;
}
.BgClassName
{
background-color: #7F73AB;
}
</style>
border-color css
<style>
span { border-color: #7F73AB; }
span { border-color: rgb(127,115,171); }
td.TdClassName
{
border-color: #7F73AB;
}
.TagClassName
{
border-color: #7F73AB;
}
</style>