Shades of Deluge #7B68AB
Tints of Deluge #7B68AB
RGB
CMYK
RGB Variations
Color information
#7B68AB (or 0x7B68AB) is known color: Deluge. HEX triplet: 7B, 68 and AB. RGB value is (123,104,171). Sum of RGB (Red+Green+Blue) = 123+104+171=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B68AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B68AB is #849754. Grayscale: #757575. Windows color (decimal): -8689493 or 11233403. OLE color: 11233403.
HSL color Cylindrical-coordinate representation of color #7B68AB: hue angle of 257.01º 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 #7B68AB is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 104 | 171 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.33 |
| HSL | 257.01º | 0.29% | 0.54% | - |
| HSV(B) | 257.01º | 0.39% | 0.67% | - |
| XYZ | 20.47 | 17.05 | 40.74 | - |
| YUV | 117.32 | 158.29 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 104 | 171 | 0.28 | 0.39 | 0 | 0.33 | 257.01 | 0.29 | 0.54 |
| Hex | 7B | 68 | AB | 1C | 27 | 0 | 21 | 101 | 1D | 36 |
| Octal | 173 | 150 | 253 | 34 | 47 | 0 | 41 | 401 | 35 | 66 |
| Binary | 1111011 | 1101000 | 10101011 | 11100 | 100111 | 0 | 100001 | 100000001 | 11101 | 110110 |
Color Harmonies of #7B68AB
Complementary color
Monochromatic Colors of #7B68AB
Black with #7B68AB
Text Example
Text Example
White with #7B68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B68AB; }
p { color: rgb(123,104,171); }
H1.HeaderClassName
{
color: #7B68AB;
}
.AnyTagClassName
{
color: #7B68AB;
}
</style>
background-color css
<style>
a { background-color: #7B68AB; }
a { background-color: rgb(123,104,171); }
div.DivClassName
{
background-color: #7B68AB;
}
.BgClassName
{
background-color: #7B68AB;
}
</style>
border-color css
<style>
span { border-color: #7B68AB; }
span { border-color: rgb(123,104,171); }
td.TdClassName
{
border-color: #7B68AB;
}
.TagClassName
{
border-color: #7B68AB;
}
</style>