Shades of Deluge #7F62AD
Tints of Deluge #7F62AD
RGB
CMYK
RGB Variations
Color information
#7F62AD (or 0x7F62AD) is known color: Deluge. HEX triplet: 7F, 62 and AD. RGB value is (127,98,173). Sum of RGB (Red+Green+Blue) = 127+98+173=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F62AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F62AD is #809D52. Grayscale: #727272. Windows color (decimal): -8428883 or 11362943. OLE color: 11362943.
HSL color Cylindrical-coordinate representation of color #7F62AD: hue angle of 263.2º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F62AD is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 98 | 173 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.32 |
| HSL | 263.2º | 0.31% | 0.53% | - |
| HSV(B) | 263.2º | 0.43% | 0.68% | - |
| XYZ | 20.66 | 16.26 | 41.59 | - |
| YUV | 115.22 | 160.61 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 98 | 173 | 0.27 | 0.43 | 0 | 0.32 | 263.2 | 0.31 | 0.53 |
| Hex | 7F | 62 | AD | 1B | 2B | 0 | 20 | 107 | 1F | 35 |
| Octal | 177 | 142 | 255 | 33 | 53 | 0 | 40 | 407 | 37 | 65 |
| Binary | 1111111 | 1100010 | 10101101 | 11011 | 101011 | 0 | 100000 | 100000111 | 11111 | 110101 |
Color Harmonies of #7F62AD
Complementary color
Monochromatic Colors of #7F62AD
Black with #7F62AD
Text Example
Text Example
White with #7F62AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F62AD; }
p { color: rgb(127,98,173); }
H1.HeaderClassName
{
color: #7F62AD;
}
.AnyTagClassName
{
color: #7F62AD;
}
</style>
background-color css
<style>
a { background-color: #7F62AD; }
a { background-color: rgb(127,98,173); }
div.DivClassName
{
background-color: #7F62AD;
}
.BgClassName
{
background-color: #7F62AD;
}
</style>
border-color css
<style>
span { border-color: #7F62AD; }
span { border-color: rgb(127,98,173); }
td.TdClassName
{
border-color: #7F62AD;
}
.TagClassName
{
border-color: #7F62AD;
}
</style>