Shades of Deluge #7D669E
Tints of Deluge #7D669E
RGB
CMYK
RGB Variations
Color information
#7D669E (or 0x7D669E) is known color: Deluge. HEX triplet: 7D, 66 and 9E. RGB value is (125,102,158). Sum of RGB (Red+Green+Blue) = 125+102+158=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D669E is #829961. Grayscale: #737373. Windows color (decimal): -8558946 or 10380925. OLE color: 10380925.
HSL color Cylindrical-coordinate representation of color #7D669E: hue angle of 264.64º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D669E is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 102 | 158 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.38 |
| HSL | 264.64º | 0.22% | 0.51% | - |
| HSV(B) | 264.64º | 0.35% | 0.62% | - |
| XYZ | 19.38 | 16.33 | 34.48 | - |
| YUV | 115.26 | 152.12 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 102 | 158 | 0.21 | 0.35 | 0 | 0.38 | 264.64 | 0.22 | 0.51 |
| Hex | 7D | 66 | 9E | 15 | 23 | 0 | 26 | 109 | 16 | 33 |
| Octal | 175 | 146 | 236 | 25 | 43 | 0 | 46 | 411 | 26 | 63 |
| Binary | 1111101 | 1100110 | 10011110 | 10101 | 100011 | 0 | 100110 | 100001001 | 10110 | 110011 |
Color Harmonies of #7D669E
Complementary color
Monochromatic Colors of #7D669E
Black with #7D669E
Text Example
Text Example
White with #7D669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D669E; }
p { color: rgb(125,102,158); }
H1.HeaderClassName
{
color: #7D669E;
}
.AnyTagClassName
{
color: #7D669E;
}
</style>
background-color css
<style>
a { background-color: #7D669E; }
a { background-color: rgb(125,102,158); }
div.DivClassName
{
background-color: #7D669E;
}
.BgClassName
{
background-color: #7D669E;
}
</style>
border-color css
<style>
span { border-color: #7D669E; }
span { border-color: rgb(125,102,158); }
td.TdClassName
{
border-color: #7D669E;
}
.TagClassName
{
border-color: #7D669E;
}
</style>