Shades of Deluge #7F7AAC
Tints of Deluge #7F7AAC
RGB
CMYK
RGB Variations
Color information
#7F7AAC (or 0x7F7AAC) is known color: Deluge. HEX triplet: 7F, 7A and AC. RGB value is (127,122,172). Sum of RGB (Red+Green+Blue) = 127+122+172=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F7AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7AAC is #808553. Grayscale: #818181. Windows color (decimal): -8422740 or 11303551. OLE color: 11303551.
HSL color Cylindrical-coordinate representation of color #7F7AAC: hue angle of 246º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F7AAC is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 122 | 172 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.33 |
| HSL | 246º | 0.23% | 0.58% | - |
| HSV(B) | 246º | 0.29% | 0.67% | - |
| XYZ | 23.16 | 21.41 | 41.94 | - |
| YUV | 129.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 122 | 172 | 0.26 | 0.29 | 0 | 0.33 | 246 | 0.23 | 0.58 |
| Hex | 7F | 7A | AC | 1A | 1D | 0 | 21 | F6 | 17 | 3A |
| Octal | 177 | 172 | 254 | 32 | 35 | 0 | 41 | 366 | 27 | 72 |
| Binary | 1111111 | 1111010 | 10101100 | 11010 | 11101 | 0 | 100001 | 11110110 | 10111 | 111010 |
Color Harmonies of #7F7AAC
Complementary color
Monochromatic Colors of #7F7AAC
Black with #7F7AAC
Text Example
Text Example
White with #7F7AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7AAC; }
p { color: rgb(127,122,172); }
H1.HeaderClassName
{
color: #7F7AAC;
}
.AnyTagClassName
{
color: #7F7AAC;
}
</style>
background-color css
<style>
a { background-color: #7F7AAC; }
a { background-color: rgb(127,122,172); }
div.DivClassName
{
background-color: #7F7AAC;
}
.BgClassName
{
background-color: #7F7AAC;
}
</style>
border-color css
<style>
span { border-color: #7F7AAC; }
span { border-color: rgb(127,122,172); }
td.TdClassName
{
border-color: #7F7AAC;
}
.TagClassName
{
border-color: #7F7AAC;
}
</style>