Shades of Deluge #7F629B
Tints of Deluge #7F629B
RGB
CMYK
RGB Variations
Color information
#7F629B (or 0x7F629B) is known color: Deluge. HEX triplet: 7F, 62 and 9B. RGB value is (127,98,155). Sum of RGB (Red+Green+Blue) = 127+98+155=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F629B is #809D64. Grayscale: #707070. Windows color (decimal): -8428901 or 10183295. OLE color: 10183295.
HSL color Cylindrical-coordinate representation of color #7F629B: hue angle of 270.53º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F629B is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 98 | 155 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.39 |
| HSL | 270.53º | 0.23% | 0.5% | - |
| HSV(B) | 270.53º | 0.37% | 0.61% | - |
| XYZ | 19.04 | 15.61 | 33.02 | - |
| YUV | 113.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 98 | 155 | 0.18 | 0.37 | 0 | 0.39 | 270.53 | 0.23 | 0.5 |
| Hex | 7F | 62 | 9B | 12 | 25 | 0 | 27 | 10F | 17 | 32 |
| Octal | 177 | 142 | 233 | 22 | 45 | 0 | 47 | 417 | 27 | 62 |
| Binary | 1111111 | 1100010 | 10011011 | 10010 | 100101 | 0 | 100111 | 100001111 | 10111 | 110010 |
Color Harmonies of #7F629B
Complementary color
Monochromatic Colors of #7F629B
Black with #7F629B
Text Example
Text Example
White with #7F629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F629B; }
p { color: rgb(127,98,155); }
H1.HeaderClassName
{
color: #7F629B;
}
.AnyTagClassName
{
color: #7F629B;
}
</style>
background-color css
<style>
a { background-color: #7F629B; }
a { background-color: rgb(127,98,155); }
div.DivClassName
{
background-color: #7F629B;
}
.BgClassName
{
background-color: #7F629B;
}
</style>
border-color css
<style>
span { border-color: #7F629B; }
span { border-color: rgb(127,98,155); }
td.TdClassName
{
border-color: #7F629B;
}
.TagClassName
{
border-color: #7F629B;
}
</style>