Shades of Deluge #7F679D
Tints of Deluge #7F679D
RGB
CMYK
RGB Variations
Color information
#7F679D (or 0x7F679D) is known color: Deluge. HEX triplet: 7F, 67 and 9D. RGB value is (127,103,157). Sum of RGB (Red+Green+Blue) = 127+103+157=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F679D is #809862. Grayscale: #747474. Windows color (decimal): -8427619 or 10315647. OLE color: 10315647.
HSL color Cylindrical-coordinate representation of color #7F679D: hue angle of 266.67º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F679D is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 103 | 157 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.38 |
| HSL | 266.67º | 0.22% | 0.51% | - |
| HSV(B) | 266.67º | 0.34% | 0.62% | - |
| XYZ | 19.69 | 16.65 | 34.07 | - |
| YUV | 116.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 157 | 0.19 | 0.34 | 0 | 0.38 | 266.67 | 0.22 | 0.51 |
| Hex | 7F | 67 | 9D | 13 | 22 | 0 | 26 | 10B | 16 | 33 |
| Octal | 177 | 147 | 235 | 23 | 42 | 0 | 46 | 413 | 26 | 63 |
| Binary | 1111111 | 1100111 | 10011101 | 10011 | 100010 | 0 | 100110 | 100001011 | 10110 | 110011 |
Color Harmonies of #7F679D
Complementary color
Monochromatic Colors of #7F679D
Black with #7F679D
Text Example
Text Example
White with #7F679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F679D; }
p { color: rgb(127,103,157); }
H1.HeaderClassName
{
color: #7F679D;
}
.AnyTagClassName
{
color: #7F679D;
}
</style>
background-color css
<style>
a { background-color: #7F679D; }
a { background-color: rgb(127,103,157); }
div.DivClassName
{
background-color: #7F679D;
}
.BgClassName
{
background-color: #7F679D;
}
</style>
border-color css
<style>
span { border-color: #7F679D; }
span { border-color: rgb(127,103,157); }
td.TdClassName
{
border-color: #7F679D;
}
.TagClassName
{
border-color: #7F679D;
}
</style>