Shades of Deluge #7F76AF
Tints of Deluge #7F76AF
RGB
CMYK
RGB Variations
Color information
#7F76AF (or 0x7F76AF) is known color: Deluge. HEX triplet: 7F, 76 and AF. RGB value is (127,118,175). Sum of RGB (Red+Green+Blue) = 127+118+175=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F76AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F76AF is #808950. Grayscale: #7E7E7E. Windows color (decimal): -8423761 or 11499135. OLE color: 11499135.
HSL color Cylindrical-coordinate representation of color #7F76AF: hue angle of 249.47º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F76AF is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 118 | 175 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.31 |
| HSL | 249.47º | 0.26% | 0.57% | - |
| HSV(B) | 249.47º | 0.33% | 0.69% | - |
| XYZ | 22.97 | 20.56 | 43.32 | - |
| YUV | 127.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 118 | 175 | 0.27 | 0.33 | 0 | 0.31 | 249.47 | 0.26 | 0.57 |
| Hex | 7F | 76 | AF | 1B | 21 | 0 | 1F | F9 | 1A | 39 |
| Octal | 177 | 166 | 257 | 33 | 41 | 0 | 37 | 371 | 32 | 71 |
| Binary | 1111111 | 1110110 | 10101111 | 11011 | 100001 | 0 | 11111 | 11111001 | 11010 | 111001 |
Color Harmonies of #7F76AF
Complementary color
Monochromatic Colors of #7F76AF
Black with #7F76AF
Text Example
Text Example
White with #7F76AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F76AF; }
p { color: rgb(127,118,175); }
H1.HeaderClassName
{
color: #7F76AF;
}
.AnyTagClassName
{
color: #7F76AF;
}
</style>
background-color css
<style>
a { background-color: #7F76AF; }
a { background-color: rgb(127,118,175); }
div.DivClassName
{
background-color: #7F76AF;
}
.BgClassName
{
background-color: #7F76AF;
}
</style>
border-color css
<style>
span { border-color: #7F76AF; }
span { border-color: rgb(127,118,175); }
td.TdClassName
{
border-color: #7F76AF;
}
.TagClassName
{
border-color: #7F76AF;
}
</style>