Shades of Deluge #7F679B
Tints of Deluge #7F679B
RGB
CMYK
RGB Variations
Color information
#7F679B (or 0x7F679B) is known color: Deluge. HEX triplet: 7F, 67 and 9B. RGB value is (127,103,155). Sum of RGB (Red+Green+Blue) = 127+103+155=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F679B is #809864. Grayscale: #737373. Windows color (decimal): -8427621 or 10184575. OLE color: 10184575.
HSL color Cylindrical-coordinate representation of color #7F679B: hue angle of 267.69º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F679B is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 103 | 155 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.39 |
| HSL | 267.69º | 0.21% | 0.51% | - |
| HSV(B) | 267.69º | 0.34% | 0.61% | - |
| XYZ | 19.52 | 16.58 | 33.18 | - |
| YUV | 116.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 155 | 0.18 | 0.34 | 0 | 0.39 | 267.69 | 0.21 | 0.51 |
| Hex | 7F | 67 | 9B | 12 | 22 | 0 | 27 | 10C | 15 | 33 |
| Octal | 177 | 147 | 233 | 22 | 42 | 0 | 47 | 414 | 25 | 63 |
| Binary | 1111111 | 1100111 | 10011011 | 10010 | 100010 | 0 | 100111 | 100001100 | 10101 | 110011 |
Color Harmonies of #7F679B
Complementary color
Monochromatic Colors of #7F679B
Black with #7F679B
Text Example
Text Example
White with #7F679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F679B; }
p { color: rgb(127,103,155); }
H1.HeaderClassName
{
color: #7F679B;
}
.AnyTagClassName
{
color: #7F679B;
}
</style>
background-color css
<style>
a { background-color: #7F679B; }
a { background-color: rgb(127,103,155); }
div.DivClassName
{
background-color: #7F679B;
}
.BgClassName
{
background-color: #7F679B;
}
</style>
border-color css
<style>
span { border-color: #7F679B; }
span { border-color: rgb(127,103,155); }
td.TdClassName
{
border-color: #7F679B;
}
.TagClassName
{
border-color: #7F679B;
}
</style>