Shades of Deluge #7B68AD
Tints of Deluge #7B68AD
RGB
CMYK
RGB Variations
Color information
#7B68AD (or 0x7B68AD) is known color: Deluge. HEX triplet: 7B, 68 and AD. RGB value is (123,104,173). Sum of RGB (Red+Green+Blue) = 123+104+173=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B68AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B68AD is #849752. Grayscale: #757575. Windows color (decimal): -8689491 or 11364475. OLE color: 11364475.
HSL color Cylindrical-coordinate representation of color #7B68AD: hue angle of 256.52º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B68AD is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 104 | 173 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.32 |
| HSL | 256.52º | 0.3% | 0.54% | - |
| HSV(B) | 256.52º | 0.4% | 0.68% | - |
| XYZ | 20.66 | 17.13 | 41.75 | - |
| YUV | 117.55 | 159.29 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 104 | 173 | 0.29 | 0.40 | 0 | 0.32 | 256.52 | 0.3 | 0.54 |
| Hex | 7B | 68 | AD | 1D | 28 | 0 | 20 | 101 | 1E | 36 |
| Octal | 173 | 150 | 255 | 35 | 50 | 0 | 40 | 401 | 36 | 66 |
| Binary | 1111011 | 1101000 | 10101101 | 11101 | 101000 | 0 | 100000 | 100000001 | 11110 | 110110 |
Color Harmonies of #7B68AD
Complementary color
Monochromatic Colors of #7B68AD
Black with #7B68AD
Text Example
Text Example
White with #7B68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B68AD; }
p { color: rgb(123,104,173); }
H1.HeaderClassName
{
color: #7B68AD;
}
.AnyTagClassName
{
color: #7B68AD;
}
</style>
background-color css
<style>
a { background-color: #7B68AD; }
a { background-color: rgb(123,104,173); }
div.DivClassName
{
background-color: #7B68AD;
}
.BgClassName
{
background-color: #7B68AD;
}
</style>
border-color css
<style>
span { border-color: #7B68AD; }
span { border-color: rgb(123,104,173); }
td.TdClassName
{
border-color: #7B68AD;
}
.TagClassName
{
border-color: #7B68AD;
}
</style>