Shades of Deluge #7F77AB
Tints of Deluge #7F77AB
RGB
CMYK
RGB Variations
Color information
#7F77AB (or 0x7F77AB) is known color: Deluge. HEX triplet: 7F, 77 and AB. RGB value is (127,119,171). Sum of RGB (Red+Green+Blue) = 127+119+171=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F77AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F77AB is #808854. Grayscale: #7F7F7F. Windows color (decimal): -8423509 or 11237247. OLE color: 11237247.
HSL color Cylindrical-coordinate representation of color #7F77AB: hue angle of 249.23º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F77AB is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 119 | 171 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.33 |
| HSL | 249.23º | 0.24% | 0.57% | - |
| HSV(B) | 249.23º | 0.3% | 0.67% | - |
| XYZ | 22.7 | 20.65 | 41.32 | - |
| YUV | 127.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 119 | 171 | 0.26 | 0.30 | 0 | 0.33 | 249.23 | 0.24 | 0.57 |
| Hex | 7F | 77 | AB | 1A | 1E | 0 | 21 | F9 | 18 | 39 |
| Octal | 177 | 167 | 253 | 32 | 36 | 0 | 41 | 371 | 30 | 71 |
| Binary | 1111111 | 1110111 | 10101011 | 11010 | 11110 | 0 | 100001 | 11111001 | 11000 | 111001 |
Color Harmonies of #7F77AB
Complementary color
Monochromatic Colors of #7F77AB
Black with #7F77AB
Text Example
Text Example
White with #7F77AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F77AB; }
p { color: rgb(127,119,171); }
H1.HeaderClassName
{
color: #7F77AB;
}
.AnyTagClassName
{
color: #7F77AB;
}
</style>
background-color css
<style>
a { background-color: #7F77AB; }
a { background-color: rgb(127,119,171); }
div.DivClassName
{
background-color: #7F77AB;
}
.BgClassName
{
background-color: #7F77AB;
}
</style>
border-color css
<style>
span { border-color: #7F77AB; }
span { border-color: rgb(127,119,171); }
td.TdClassName
{
border-color: #7F77AB;
}
.TagClassName
{
border-color: #7F77AB;
}
</style>