Shades of Deluge #7D679A
Tints of Deluge #7D679A
RGB
CMYK
RGB Variations
Color information
#7D679A (or 0x7D679A) is known color: Deluge. HEX triplet: 7D, 67 and 9A. RGB value is (125,103,154). Sum of RGB (Red+Green+Blue) = 125+103+154=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #7D679A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D679A is #829865. Grayscale: #737373. Windows color (decimal): -8558694 or 10119037. OLE color: 10119037.
HSL color Cylindrical-coordinate representation of color #7D679A: hue angle of 265.88º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D679A is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 125 | 103 | 154 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.40 |
| HSL | 265.88º | 0.2% | 0.5% | - |
| HSV(B) | 265.88º | 0.33% | 0.6% | - |
| XYZ | 19.14 | 16.39 | 32.73 | - |
| YUV | 115.39 | 149.79 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 154 | 0.19 | 0.33 | 0 | 0.40 | 265.88 | 0.2 | 0.5 |
| Hex | 7D | 67 | 9A | 13 | 21 | 0 | 28 | 10A | 14 | 32 |
| Octal | 175 | 147 | 232 | 23 | 41 | 0 | 50 | 412 | 24 | 62 |
| Binary | 1111101 | 1100111 | 10011010 | 10011 | 100001 | 0 | 101000 | 100001010 | 10100 | 110010 |
Color Harmonies of #7D679A
Complementary color
Monochromatic Colors of #7D679A
Black with #7D679A
Text Example
Text Example
White with #7D679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D679A; }
p { color: rgb(125,103,154); }
H1.HeaderClassName
{
color: #7D679A;
}
.AnyTagClassName
{
color: #7D679A;
}
</style>
background-color css
<style>
a { background-color: #7D679A; }
a { background-color: rgb(125,103,154); }
div.DivClassName
{
background-color: #7D679A;
}
.BgClassName
{
background-color: #7D679A;
}
</style>
border-color css
<style>
span { border-color: #7D679A; }
span { border-color: rgb(125,103,154); }
td.TdClassName
{
border-color: #7D679A;
}
.TagClassName
{
border-color: #7D679A;
}
</style>