Shades of Deluge #7D68AB
Tints of Deluge #7D68AB
RGB
CMYK
RGB Variations
Color information
#7D68AB (or 0x7D68AB) is known color: Deluge. HEX triplet: 7D, 68 and AB. RGB value is (125,104,171). Sum of RGB (Red+Green+Blue) = 125+104+171=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D68AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D68AB is #829754. Grayscale: #757575. Windows color (decimal): -8558421 or 11233405. OLE color: 11233405.
HSL color Cylindrical-coordinate representation of color #7D68AB: hue angle of 258.81º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D68AB is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 104 | 171 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.33 |
| HSL | 258.81º | 0.29% | 0.54% | - |
| HSV(B) | 258.81º | 0.39% | 0.67% | - |
| XYZ | 20.76 | 17.2 | 40.75 | - |
| YUV | 117.92 | 157.96 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 171 | 0.27 | 0.39 | 0 | 0.33 | 258.81 | 0.29 | 0.54 |
| Hex | 7D | 68 | AB | 1B | 27 | 0 | 21 | 103 | 1D | 36 |
| Octal | 175 | 150 | 253 | 33 | 47 | 0 | 41 | 403 | 35 | 66 |
| Binary | 1111101 | 1101000 | 10101011 | 11011 | 100111 | 0 | 100001 | 100000011 | 11101 | 110110 |
Color Harmonies of #7D68AB
Complementary color
Monochromatic Colors of #7D68AB
Black with #7D68AB
Text Example
Text Example
White with #7D68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D68AB; }
p { color: rgb(125,104,171); }
H1.HeaderClassName
{
color: #7D68AB;
}
.AnyTagClassName
{
color: #7D68AB;
}
</style>
background-color css
<style>
a { background-color: #7D68AB; }
a { background-color: rgb(125,104,171); }
div.DivClassName
{
background-color: #7D68AB;
}
.BgClassName
{
background-color: #7D68AB;
}
</style>
border-color css
<style>
span { border-color: #7D68AB; }
span { border-color: rgb(125,104,171); }
td.TdClassName
{
border-color: #7D68AB;
}
.TagClassName
{
border-color: #7D68AB;
}
</style>