Shades of Deluge #7F7AA9
Tints of Deluge #7F7AA9
RGB
CMYK
RGB Variations
Color information
#7F7AA9 (or 0x7F7AA9) is known color: Deluge. HEX triplet: 7F, 7A and A9. RGB value is (127,122,169). Sum of RGB (Red+Green+Blue) = 127+122+169=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 169 - color contains mainly: blue. Hex color #7F7AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7AA9 is #808556. Grayscale: #808080. Windows color (decimal): -8422743 or 11106943. OLE color: 11106943.
HSL color Cylindrical-coordinate representation of color #7F7AA9: hue angle of 246.38º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F7AA9 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 127 | 122 | 169 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.34 |
| HSL | 246.38º | 0.21% | 0.57% | - |
| HSV(B) | 246.38º | 0.28% | 0.66% | - |
| XYZ | 22.87 | 21.3 | 40.44 | - |
| YUV | 128.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 122 | 169 | 0.25 | 0.28 | 0 | 0.34 | 246.38 | 0.21 | 0.57 |
| Hex | 7F | 7A | A9 | 19 | 1C | 0 | 22 | F6 | 15 | 39 |
| Octal | 177 | 172 | 251 | 31 | 34 | 0 | 42 | 366 | 25 | 71 |
| Binary | 1111111 | 1111010 | 10101001 | 11001 | 11100 | 0 | 100010 | 11110110 | 10101 | 111001 |
Color Harmonies of #7F7AA9
Complementary color
Monochromatic Colors of #7F7AA9
Black with #7F7AA9
Text Example
Text Example
White with #7F7AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7AA9; }
p { color: rgb(127,122,169); }
H1.HeaderClassName
{
color: #7F7AA9;
}
.AnyTagClassName
{
color: #7F7AA9;
}
</style>
background-color css
<style>
a { background-color: #7F7AA9; }
a { background-color: rgb(127,122,169); }
div.DivClassName
{
background-color: #7F7AA9;
}
.BgClassName
{
background-color: #7F7AA9;
}
</style>
border-color css
<style>
span { border-color: #7F7AA9; }
span { border-color: rgb(127,122,169); }
td.TdClassName
{
border-color: #7F7AA9;
}
.TagClassName
{
border-color: #7F7AA9;
}
</style>