Shades of Deluge #7F61AA
Tints of Deluge #7F61AA
RGB
CMYK
RGB Variations
Color information
#7F61AA (or 0x7F61AA) is known color: Deluge. HEX triplet: 7F, 61 and AA. RGB value is (127,97,170). Sum of RGB (Red+Green+Blue) = 127+97+170=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F61AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F61AA is #809E55. Grayscale: #727272. Windows color (decimal): -8429142 or 11166079. OLE color: 11166079.
HSL color Cylindrical-coordinate representation of color #7F61AA: hue angle of 264.66º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F61AA is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 97 | 170 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.33 |
| HSL | 264.66º | 0.3% | 0.52% | - |
| HSV(B) | 264.66º | 0.43% | 0.67% | - |
| XYZ | 20.28 | 15.96 | 40.04 | - |
| YUV | 114.29 | 159.44 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 97 | 170 | 0.25 | 0.43 | 0 | 0.33 | 264.66 | 0.3 | 0.52 |
| Hex | 7F | 61 | AA | 19 | 2B | 0 | 21 | 109 | 1E | 34 |
| Octal | 177 | 141 | 252 | 31 | 53 | 0 | 41 | 411 | 36 | 64 |
| Binary | 1111111 | 1100001 | 10101010 | 11001 | 101011 | 0 | 100001 | 100001001 | 11110 | 110100 |
Color Harmonies of #7F61AA
Complementary color
Monochromatic Colors of #7F61AA
Black with #7F61AA
Text Example
Text Example
White with #7F61AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F61AA; }
p { color: rgb(127,97,170); }
H1.HeaderClassName
{
color: #7F61AA;
}
.AnyTagClassName
{
color: #7F61AA;
}
</style>
background-color css
<style>
a { background-color: #7F61AA; }
a { background-color: rgb(127,97,170); }
div.DivClassName
{
background-color: #7F61AA;
}
.BgClassName
{
background-color: #7F61AA;
}
</style>
border-color css
<style>
span { border-color: #7F61AA; }
span { border-color: rgb(127,97,170); }
td.TdClassName
{
border-color: #7F61AA;
}
.TagClassName
{
border-color: #7F61AA;
}
</style>