Shades of Deluge #7B67AB
Tints of Deluge #7B67AB
RGB
CMYK
RGB Variations
Color information
#7B67AB (or 0x7B67AB) is known color: Deluge. HEX triplet: 7B, 67 and AB. RGB value is (123,103,171). Sum of RGB (Red+Green+Blue) = 123+103+171=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B67AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B67AB is #849854. Grayscale: #747474. Windows color (decimal): -8689749 or 11233147. OLE color: 11233147.
HSL color Cylindrical-coordinate representation of color #7B67AB: hue angle of 257.65º 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 #7B67AB is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 103 | 171 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.33 |
| HSL | 257.65º | 0.29% | 0.54% | - |
| HSV(B) | 257.65º | 0.4% | 0.67% | - |
| XYZ | 20.37 | 16.85 | 40.71 | - |
| YUV | 116.73 | 158.63 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 103 | 171 | 0.28 | 0.40 | 0 | 0.33 | 257.65 | 0.29 | 0.54 |
| Hex | 7B | 67 | AB | 1C | 28 | 0 | 21 | 102 | 1D | 36 |
| Octal | 173 | 147 | 253 | 34 | 50 | 0 | 41 | 402 | 35 | 66 |
| Binary | 1111011 | 1100111 | 10101011 | 11100 | 101000 | 0 | 100001 | 100000010 | 11101 | 110110 |
Color Harmonies of #7B67AB
Complementary color
Monochromatic Colors of #7B67AB
Black with #7B67AB
Text Example
Text Example
White with #7B67AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B67AB; }
p { color: rgb(123,103,171); }
H1.HeaderClassName
{
color: #7B67AB;
}
.AnyTagClassName
{
color: #7B67AB;
}
</style>
background-color css
<style>
a { background-color: #7B67AB; }
a { background-color: rgb(123,103,171); }
div.DivClassName
{
background-color: #7B67AB;
}
.BgClassName
{
background-color: #7B67AB;
}
</style>
border-color css
<style>
span { border-color: #7B67AB; }
span { border-color: rgb(123,103,171); }
td.TdClassName
{
border-color: #7B67AB;
}
.TagClassName
{
border-color: #7B67AB;
}
</style>