Shades of Deluge #7F7AAA
Tints of Deluge #7F7AAA
RGB
CMYK
RGB Variations
Color information
#7F7AAA (or 0x7F7AAA) is known color: Deluge. HEX triplet: 7F, 7A and AA. RGB value is (127,122,170). Sum of RGB (Red+Green+Blue) = 127+122+170=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F7AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7AAA is #808555. Grayscale: #808080. Windows color (decimal): -8422742 or 11172479. OLE color: 11172479.
HSL color Cylindrical-coordinate representation of color #7F7AAA: hue angle of 246.25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F7AAA is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 122 | 170 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.33 |
| HSL | 246.25º | 0.22% | 0.57% | - |
| HSV(B) | 246.25º | 0.28% | 0.67% | - |
| XYZ | 22.97 | 21.33 | 40.94 | - |
| YUV | 128.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 122 | 170 | 0.25 | 0.28 | 0 | 0.33 | 246.25 | 0.22 | 0.57 |
| Hex | 7F | 7A | AA | 19 | 1C | 0 | 21 | F6 | 16 | 39 |
| Octal | 177 | 172 | 252 | 31 | 34 | 0 | 41 | 366 | 26 | 71 |
| Binary | 1111111 | 1111010 | 10101010 | 11001 | 11100 | 0 | 100001 | 11110110 | 10110 | 111001 |
Color Harmonies of #7F7AAA
Complementary color
Monochromatic Colors of #7F7AAA
Black with #7F7AAA
Text Example
Text Example
White with #7F7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7AAA; }
p { color: rgb(127,122,170); }
H1.HeaderClassName
{
color: #7F7AAA;
}
.AnyTagClassName
{
color: #7F7AAA;
}
</style>
background-color css
<style>
a { background-color: #7F7AAA; }
a { background-color: rgb(127,122,170); }
div.DivClassName
{
background-color: #7F7AAA;
}
.BgClassName
{
background-color: #7F7AAA;
}
</style>
border-color css
<style>
span { border-color: #7F7AAA; }
span { border-color: rgb(127,122,170); }
td.TdClassName
{
border-color: #7F7AAA;
}
.TagClassName
{
border-color: #7F7AAA;
}
</style>