Shades of Deluge #7D65AE
Tints of Deluge #7D65AE
RGB
CMYK
RGB Variations
Color information
#7D65AE (or 0x7D65AE) is known color: Deluge. HEX triplet: 7D, 65 and AE. RGB value is (125,101,174). Sum of RGB (Red+Green+Blue) = 125+101+174=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D65AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D65AE is #829A51. Grayscale: #747474. Windows color (decimal): -8559186 or 11429245. OLE color: 11429245.
HSL color Cylindrical-coordinate representation of color #7D65AE: hue angle of 259.73º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D65AE is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 101 | 174 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.32 |
| HSL | 259.73º | 0.31% | 0.54% | - |
| HSV(B) | 259.73º | 0.42% | 0.68% | - |
| XYZ | 20.75 | 16.72 | 42.18 | - |
| YUV | 116.5 | 160.45 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 174 | 0.28 | 0.42 | 0 | 0.32 | 259.73 | 0.31 | 0.54 |
| Hex | 7D | 65 | AE | 1C | 2A | 0 | 20 | 104 | 1F | 36 |
| Octal | 175 | 145 | 256 | 34 | 52 | 0 | 40 | 404 | 37 | 66 |
| Binary | 1111101 | 1100101 | 10101110 | 11100 | 101010 | 0 | 100000 | 100000100 | 11111 | 110110 |
Color Harmonies of #7D65AE
Complementary color
Monochromatic Colors of #7D65AE
Black with #7D65AE
Text Example
Text Example
White with #7D65AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D65AE; }
p { color: rgb(125,101,174); }
H1.HeaderClassName
{
color: #7D65AE;
}
.AnyTagClassName
{
color: #7D65AE;
}
</style>
background-color css
<style>
a { background-color: #7D65AE; }
a { background-color: rgb(125,101,174); }
div.DivClassName
{
background-color: #7D65AE;
}
.BgClassName
{
background-color: #7D65AE;
}
</style>
border-color css
<style>
span { border-color: #7D65AE; }
span { border-color: rgb(125,101,174); }
td.TdClassName
{
border-color: #7D65AE;
}
.TagClassName
{
border-color: #7D65AE;
}
</style>