Shades of Deluge #7F639B
Tints of Deluge #7F639B
RGB
CMYK
RGB Variations
Color information
#7F639B (or 0x7F639B) is known color: Deluge. HEX triplet: 7F, 63 and 9B. RGB value is (127,99,155). Sum of RGB (Red+Green+Blue) = 127+99+155=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F639B is #809C64. Grayscale: #717171. Windows color (decimal): -8428645 or 10183551. OLE color: 10183551.
HSL color Cylindrical-coordinate representation of color #7F639B: hue angle of 270º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F639B is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 99 | 155 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.39 |
| HSL | 270º | 0.22% | 0.5% | - |
| HSV(B) | 270º | 0.36% | 0.61% | - |
| XYZ | 19.13 | 15.8 | 33.05 | - |
| YUV | 113.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 99 | 155 | 0.18 | 0.36 | 0 | 0.39 | 270 | 0.22 | 0.5 |
| Hex | 7F | 63 | 9B | 12 | 24 | 0 | 27 | 10E | 16 | 32 |
| Octal | 177 | 143 | 233 | 22 | 44 | 0 | 47 | 416 | 26 | 62 |
| Binary | 1111111 | 1100011 | 10011011 | 10010 | 100100 | 0 | 100111 | 100001110 | 10110 | 110010 |
Color Harmonies of #7F639B
Complementary color
Monochromatic Colors of #7F639B
Black with #7F639B
Text Example
Text Example
White with #7F639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F639B; }
p { color: rgb(127,99,155); }
H1.HeaderClassName
{
color: #7F639B;
}
.AnyTagClassName
{
color: #7F639B;
}
</style>
background-color css
<style>
a { background-color: #7F639B; }
a { background-color: rgb(127,99,155); }
div.DivClassName
{
background-color: #7F639B;
}
.BgClassName
{
background-color: #7F639B;
}
</style>
border-color css
<style>
span { border-color: #7F639B; }
span { border-color: rgb(127,99,155); }
td.TdClassName
{
border-color: #7F639B;
}
.TagClassName
{
border-color: #7F639B;
}
</style>