Shades of Deluge #7B5FAB
Tints of Deluge #7B5FAB
RGB
CMYK
RGB Variations
Color information
#7B5FAB (or 0x7B5FAB) is known color: Deluge. HEX triplet: 7B, 5F and AB. RGB value is (123,95,171). Sum of RGB (Red+Green+Blue) = 123+95+171=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B5FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5FAB is #84A054. Grayscale: #6F6F6F. Windows color (decimal): -8691797 or 11231099. OLE color: 11231099.
HSL color Cylindrical-coordinate representation of color #7B5FAB: hue angle of 262.11º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B5FAB is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 95 | 171 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.33 |
| HSL | 262.11º | 0.31% | 0.52% | - |
| HSV(B) | 262.11º | 0.44% | 0.67% | - |
| XYZ | 19.61 | 15.34 | 40.45 | - |
| YUV | 112.04 | 161.28 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 95 | 171 | 0.28 | 0.44 | 0 | 0.33 | 262.11 | 0.31 | 0.52 |
| Hex | 7B | 5F | AB | 1C | 2C | 0 | 21 | 106 | 1F | 34 |
| Octal | 173 | 137 | 253 | 34 | 54 | 0 | 41 | 406 | 37 | 64 |
| Binary | 1111011 | 1011111 | 10101011 | 11100 | 101100 | 0 | 100001 | 100000110 | 11111 | 110100 |
Color Harmonies of #7B5FAB
Complementary color
Monochromatic Colors of #7B5FAB
Black with #7B5FAB
Text Example
Text Example
White with #7B5FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5FAB; }
p { color: rgb(123,95,171); }
H1.HeaderClassName
{
color: #7B5FAB;
}
.AnyTagClassName
{
color: #7B5FAB;
}
</style>
background-color css
<style>
a { background-color: #7B5FAB; }
a { background-color: rgb(123,95,171); }
div.DivClassName
{
background-color: #7B5FAB;
}
.BgClassName
{
background-color: #7B5FAB;
}
</style>
border-color css
<style>
span { border-color: #7B5FAB; }
span { border-color: rgb(123,95,171); }
td.TdClassName
{
border-color: #7B5FAB;
}
.TagClassName
{
border-color: #7B5FAB;
}
</style>