Shades of Deluge #7D5CB0
Tints of Deluge #7D5CB0
RGB
CMYK
RGB Variations
Color information
#7D5CB0 (or 0x7D5CB0) is known color: Deluge. HEX triplet: 7D, 5C and B0. RGB value is (125,92,176). Sum of RGB (Red+Green+Blue) = 125+92+176=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 176 (69.14% from 255 or 44.78% from 393); Max value from RGB is 176 - color contains mainly: blue. Hex color #7D5CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5CB0 is #82A34F. Grayscale: #6F6F6F. Windows color (decimal): -8561488 or 11558013. OLE color: 11558013.
HSL color Cylindrical-coordinate representation of color #7D5CB0: hue angle of 263.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D5CB0 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 92 | 176 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.31 |
| HSL | 263.57º | 0.35% | 0.53% | - |
| HSV(B) | 263.57º | 0.48% | 0.69% | - |
| XYZ | 20.12 | 15.15 | 42.94 | - |
| YUV | 111.44 | 164.43 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 92 | 176 | 0.29 | 0.48 | 0 | 0.31 | 263.57 | 0.35 | 0.53 |
| Hex | 7D | 5C | B0 | 1D | 30 | 0 | 1F | 108 | 23 | 35 |
| Octal | 175 | 134 | 260 | 35 | 60 | 0 | 37 | 410 | 43 | 65 |
| Binary | 1111101 | 1011100 | 10110000 | 11101 | 110000 | 0 | 11111 | 100001000 | 100011 | 110101 |
Color Harmonies of #7D5CB0
Complementary color
Monochromatic Colors of #7D5CB0
Black with #7D5CB0
Text Example
Text Example
White with #7D5CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5CB0; }
p { color: rgb(125,92,176); }
H1.HeaderClassName
{
color: #7D5CB0;
}
.AnyTagClassName
{
color: #7D5CB0;
}
</style>
background-color css
<style>
a { background-color: #7D5CB0; }
a { background-color: rgb(125,92,176); }
div.DivClassName
{
background-color: #7D5CB0;
}
.BgClassName
{
background-color: #7D5CB0;
}
</style>
border-color css
<style>
span { border-color: #7D5CB0; }
span { border-color: rgb(125,92,176); }
td.TdClassName
{
border-color: #7D5CB0;
}
.TagClassName
{
border-color: #7D5CB0;
}
</style>