Shades of Deluge #7F77AF
Tints of Deluge #7F77AF
RGB
CMYK
RGB Variations
Color information
#7F77AF (or 0x7F77AF) is known color: Deluge. HEX triplet: 7F, 77 and AF. RGB value is (127,119,175). Sum of RGB (Red+Green+Blue) = 127+119+175=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F77AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F77AF is #808850. Grayscale: #7F7F7F. Windows color (decimal): -8423505 or 11499391. OLE color: 11499391.
HSL color Cylindrical-coordinate representation of color #7F77AF: hue angle of 248.57º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F77AF is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 119 | 175 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.31 |
| HSL | 248.57º | 0.26% | 0.58% | - |
| HSV(B) | 248.57º | 0.32% | 0.69% | - |
| XYZ | 23.09 | 20.8 | 43.36 | - |
| YUV | 127.78 | 154.65 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 119 | 175 | 0.27 | 0.32 | 0 | 0.31 | 248.57 | 0.26 | 0.58 |
| Hex | 7F | 77 | AF | 1B | 20 | 0 | 1F | F9 | 1A | 3A |
| Octal | 177 | 167 | 257 | 33 | 40 | 0 | 37 | 371 | 32 | 72 |
| Binary | 1111111 | 1110111 | 10101111 | 11011 | 100000 | 0 | 11111 | 11111001 | 11010 | 111010 |
Color Harmonies of #7F77AF
Complementary color
Monochromatic Colors of #7F77AF
Black with #7F77AF
Text Example
Text Example
White with #7F77AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F77AF; }
p { color: rgb(127,119,175); }
H1.HeaderClassName
{
color: #7F77AF;
}
.AnyTagClassName
{
color: #7F77AF;
}
</style>
background-color css
<style>
a { background-color: #7F77AF; }
a { background-color: rgb(127,119,175); }
div.DivClassName
{
background-color: #7F77AF;
}
.BgClassName
{
background-color: #7F77AF;
}
</style>
border-color css
<style>
span { border-color: #7F77AF; }
span { border-color: rgb(127,119,175); }
td.TdClassName
{
border-color: #7F77AF;
}
.TagClassName
{
border-color: #7F77AF;
}
</style>