Shades of Deluge #7D6298
Tints of Deluge #7D6298
RGB
CMYK
RGB Variations
Color information
#7D6298 (or 0x7D6298) is known color: Deluge. HEX triplet: 7D, 62 and 98. RGB value is (125,98,152). Sum of RGB (Red+Green+Blue) = 125+98+152=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #7D6298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6298 is #829D67. Grayscale: #707070. Windows color (decimal): -8559976 or 9986685. OLE color: 9986685.
HSL color Cylindrical-coordinate representation of color #7D6298: hue angle of 270º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D6298 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 125 | 98 | 152 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.40 |
| HSL | 270º | 0.22% | 0.49% | - |
| HSV(B) | 270º | 0.36% | 0.6% | - |
| XYZ | 18.49 | 15.36 | 31.7 | - |
| YUV | 112.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 152 | 0.18 | 0.36 | 0 | 0.40 | 270 | 0.22 | 0.49 |
| Hex | 7D | 62 | 98 | 12 | 24 | 0 | 28 | 10E | 16 | 31 |
| Octal | 175 | 142 | 230 | 22 | 44 | 0 | 50 | 416 | 26 | 61 |
| Binary | 1111101 | 1100010 | 10011000 | 10010 | 100100 | 0 | 101000 | 100001110 | 10110 | 110001 |
Color Harmonies of #7D6298
Complementary color
Monochromatic Colors of #7D6298
Black with #7D6298
Text Example
Text Example
White with #7D6298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6298; }
p { color: rgb(125,98,152); }
H1.HeaderClassName
{
color: #7D6298;
}
.AnyTagClassName
{
color: #7D6298;
}
</style>
background-color css
<style>
a { background-color: #7D6298; }
a { background-color: rgb(125,98,152); }
div.DivClassName
{
background-color: #7D6298;
}
.BgClassName
{
background-color: #7D6298;
}
</style>
border-color css
<style>
span { border-color: #7D6298; }
span { border-color: rgb(125,98,152); }
td.TdClassName
{
border-color: #7D6298;
}
.TagClassName
{
border-color: #7D6298;
}
</style>