Shades of Deluge #7F76AD
Tints of Deluge #7F76AD
RGB
CMYK
RGB Variations
Color information
#7F76AD (or 0x7F76AD) is known color: Deluge. HEX triplet: 7F, 76 and AD. RGB value is (127,118,173). Sum of RGB (Red+Green+Blue) = 127+118+173=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F76AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F76AD is #808952. Grayscale: #7E7E7E. Windows color (decimal): -8423763 or 11368063. OLE color: 11368063.
HSL color Cylindrical-coordinate representation of color #7F76AD: hue angle of 249.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F76AD is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 118 | 173 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.32 |
| HSL | 249.82º | 0.25% | 0.57% | - |
| HSV(B) | 249.82º | 0.32% | 0.68% | - |
| XYZ | 22.77 | 20.49 | 42.29 | - |
| YUV | 126.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 118 | 173 | 0.27 | 0.32 | 0 | 0.32 | 249.82 | 0.25 | 0.57 |
| Hex | 7F | 76 | AD | 1B | 20 | 0 | 20 | FA | 19 | 39 |
| Octal | 177 | 166 | 255 | 33 | 40 | 0 | 40 | 372 | 31 | 71 |
| Binary | 1111111 | 1110110 | 10101101 | 11011 | 100000 | 0 | 100000 | 11111010 | 11001 | 111001 |
Color Harmonies of #7F76AD
Complementary color
Monochromatic Colors of #7F76AD
Black with #7F76AD
Text Example
Text Example
White with #7F76AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F76AD; }
p { color: rgb(127,118,173); }
H1.HeaderClassName
{
color: #7F76AD;
}
.AnyTagClassName
{
color: #7F76AD;
}
</style>
background-color css
<style>
a { background-color: #7F76AD; }
a { background-color: rgb(127,118,173); }
div.DivClassName
{
background-color: #7F76AD;
}
.BgClassName
{
background-color: #7F76AD;
}
</style>
border-color css
<style>
span { border-color: #7F76AD; }
span { border-color: rgb(127,118,173); }
td.TdClassName
{
border-color: #7F76AD;
}
.TagClassName
{
border-color: #7F76AD;
}
</style>