Shades of Deluge #7D67AB
Tints of Deluge #7D67AB
RGB
CMYK
RGB Variations
Color information
#7D67AB (or 0x7D67AB) is known color: Deluge. HEX triplet: 7D, 67 and AB. RGB value is (125,103,171). Sum of RGB (Red+Green+Blue) = 125+103+171=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D67AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D67AB is #829854. Grayscale: #757575. Windows color (decimal): -8558677 or 11233149. OLE color: 11233149.
HSL color Cylindrical-coordinate representation of color #7D67AB: hue angle of 259.41º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D67AB is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 103 | 171 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.33 |
| HSL | 259.41º | 0.29% | 0.54% | - |
| HSV(B) | 259.41º | 0.4% | 0.67% | - |
| XYZ | 20.66 | 17 | 40.72 | - |
| YUV | 117.33 | 158.29 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 171 | 0.27 | 0.40 | 0 | 0.33 | 259.41 | 0.29 | 0.54 |
| Hex | 7D | 67 | AB | 1B | 28 | 0 | 21 | 103 | 1D | 36 |
| Octal | 175 | 147 | 253 | 33 | 50 | 0 | 41 | 403 | 35 | 66 |
| Binary | 1111101 | 1100111 | 10101011 | 11011 | 101000 | 0 | 100001 | 100000011 | 11101 | 110110 |
Color Harmonies of #7D67AB
Complementary color
Monochromatic Colors of #7D67AB
Black with #7D67AB
Text Example
Text Example
White with #7D67AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D67AB; }
p { color: rgb(125,103,171); }
H1.HeaderClassName
{
color: #7D67AB;
}
.AnyTagClassName
{
color: #7D67AB;
}
</style>
background-color css
<style>
a { background-color: #7D67AB; }
a { background-color: rgb(125,103,171); }
div.DivClassName
{
background-color: #7D67AB;
}
.BgClassName
{
background-color: #7D67AB;
}
</style>
border-color css
<style>
span { border-color: #7D67AB; }
span { border-color: rgb(125,103,171); }
td.TdClassName
{
border-color: #7D67AB;
}
.TagClassName
{
border-color: #7D67AB;
}
</style>