Shades of Deluge #7D63B3
Tints of Deluge #7D63B3
RGB
CMYK
RGB Variations
Color information
#7D63B3 (or 0x7D63B3) is known color: Deluge. HEX triplet: 7D, 63 and B3. RGB value is (125,99,179). Sum of RGB (Red+Green+Blue) = 125+99+179=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 179 - color contains mainly: blue. Hex color #7D63B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D63B3 is #829C4C. Grayscale: #737373. Windows color (decimal): -8559693 or 11756413. OLE color: 11756413.
HSL color Cylindrical-coordinate representation of color #7D63B3: hue angle of 259.5º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D63B3 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 99 | 179 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.30 |
| HSL | 259.5º | 0.34% | 0.55% | - |
| HSV(B) | 259.5º | 0.45% | 0.7% | - |
| XYZ | 21.06 | 16.54 | 44.73 | - |
| YUV | 115.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 99 | 179 | 0.30 | 0.45 | 0 | 0.30 | 259.5 | 0.34 | 0.55 |
| Hex | 7D | 63 | B3 | 1E | 2D | 0 | 1E | 104 | 22 | 37 |
| Octal | 175 | 143 | 263 | 36 | 55 | 0 | 36 | 404 | 42 | 67 |
| Binary | 1111101 | 1100011 | 10110011 | 11110 | 101101 | 0 | 11110 | 100000100 | 100010 | 110111 |
Color Harmonies of #7D63B3
Complementary color
Monochromatic Colors of #7D63B3
Black with #7D63B3
Text Example
Text Example
White with #7D63B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D63B3; }
p { color: rgb(125,99,179); }
H1.HeaderClassName
{
color: #7D63B3;
}
.AnyTagClassName
{
color: #7D63B3;
}
</style>
background-color css
<style>
a { background-color: #7D63B3; }
a { background-color: rgb(125,99,179); }
div.DivClassName
{
background-color: #7D63B3;
}
.BgClassName
{
background-color: #7D63B3;
}
</style>
border-color css
<style>
span { border-color: #7D63B3; }
span { border-color: rgb(125,99,179); }
td.TdClassName
{
border-color: #7D63B3;
}
.TagClassName
{
border-color: #7D63B3;
}
</style>