Shades of Deluge #7D6B9E
Tints of Deluge #7D6B9E
RGB
CMYK
RGB Variations
Color information
#7D6B9E (or 0x7D6B9E) is known color: Deluge. HEX triplet: 7D, 6B and 9E. RGB value is (125,107,158). Sum of RGB (Red+Green+Blue) = 125+107+158=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D6B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6B9E is #829461. Grayscale: #767676. Windows color (decimal): -8557666 or 10382205. OLE color: 10382205.
HSL color Cylindrical-coordinate representation of color #7D6B9E: hue angle of 261.18º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D6B9E is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 107 | 158 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.38 |
| HSL | 261.18º | 0.21% | 0.52% | - |
| HSV(B) | 261.18º | 0.32% | 0.62% | - |
| XYZ | 19.89 | 17.34 | 34.65 | - |
| YUV | 118.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 107 | 158 | 0.21 | 0.32 | 0 | 0.38 | 261.18 | 0.21 | 0.52 |
| Hex | 7D | 6B | 9E | 15 | 20 | 0 | 26 | 105 | 15 | 34 |
| Octal | 175 | 153 | 236 | 25 | 40 | 0 | 46 | 405 | 25 | 64 |
| Binary | 1111101 | 1101011 | 10011110 | 10101 | 100000 | 0 | 100110 | 100000101 | 10101 | 110100 |
Color Harmonies of #7D6B9E
Complementary color
Monochromatic Colors of #7D6B9E
Black with #7D6B9E
Text Example
Text Example
White with #7D6B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6B9E; }
p { color: rgb(125,107,158); }
H1.HeaderClassName
{
color: #7D6B9E;
}
.AnyTagClassName
{
color: #7D6B9E;
}
</style>
background-color css
<style>
a { background-color: #7D6B9E; }
a { background-color: rgb(125,107,158); }
div.DivClassName
{
background-color: #7D6B9E;
}
.BgClassName
{
background-color: #7D6B9E;
}
</style>
border-color css
<style>
span { border-color: #7D6B9E; }
span { border-color: rgb(125,107,158); }
td.TdClassName
{
border-color: #7D6B9E;
}
.TagClassName
{
border-color: #7D6B9E;
}
</style>