Shades of Deluge #7F73A4
Tints of Deluge #7F73A4
RGB
CMYK
RGB Variations
Color information
#7F73A4 (or 0x7F73A4) is known color: Deluge. HEX triplet: 7F, 73 and A4. RGB value is (127,115,164). Sum of RGB (Red+Green+Blue) = 127+115+164=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 164 - color contains mainly: blue. Hex color #7F73A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F73A4 is #808C5B. Grayscale: #7B7B7B. Windows color (decimal): -8424540 or 10777471. OLE color: 10777471.
HSL color Cylindrical-coordinate representation of color #7F73A4: hue angle of 254.69º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F73A4 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 115 | 164 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.36 |
| HSL | 254.69º | 0.21% | 0.55% | - |
| HSV(B) | 254.69º | 0.3% | 0.64% | - |
| XYZ | 21.58 | 19.45 | 37.74 | - |
| YUV | 124.17 | 150.48 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 164 | 0.23 | 0.30 | 0 | 0.36 | 254.69 | 0.21 | 0.55 |
| Hex | 7F | 73 | A4 | 17 | 1E | 0 | 24 | FF | 15 | 37 |
| Octal | 177 | 163 | 244 | 27 | 36 | 0 | 44 | 377 | 25 | 67 |
| Binary | 1111111 | 1110011 | 10100100 | 10111 | 11110 | 0 | 100100 | 11111111 | 10101 | 110111 |
Color Harmonies of #7F73A4
Complementary color
Monochromatic Colors of #7F73A4
Black with #7F73A4
Text Example
Text Example
White with #7F73A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F73A4; }
p { color: rgb(127,115,164); }
H1.HeaderClassName
{
color: #7F73A4;
}
.AnyTagClassName
{
color: #7F73A4;
}
</style>
background-color css
<style>
a { background-color: #7F73A4; }
a { background-color: rgb(127,115,164); }
div.DivClassName
{
background-color: #7F73A4;
}
.BgClassName
{
background-color: #7F73A4;
}
</style>
border-color css
<style>
span { border-color: #7F73A4; }
span { border-color: rgb(127,115,164); }
td.TdClassName
{
border-color: #7F73A4;
}
.TagClassName
{
border-color: #7F73A4;
}
</style>