Shades of Deluge #7B7AAA
Tints of Deluge #7B7AAA
RGB
CMYK
RGB Variations
Color information
#7B7AAA (or 0x7B7AAA) is known color: Deluge. HEX triplet: 7B, 7A and AA. RGB value is (123,122,170). Sum of RGB (Red+Green+Blue) = 123+122+170=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B7AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7AAA is #848555. Grayscale: #7F7F7F. Windows color (decimal): -8684886 or 11172475. OLE color: 11172475.
HSL color Cylindrical-coordinate representation of color #7B7AAA: hue angle of 241.25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B7AAA is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 122 | 170 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.33 |
| HSL | 241.25º | 0.22% | 0.57% | - |
| HSV(B) | 241.25º | 0.28% | 0.67% | - |
| XYZ | 22.38 | 21.03 | 40.91 | - |
| YUV | 127.77 | 151.83 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 122 | 170 | 0.28 | 0.28 | 0 | 0.33 | 241.25 | 0.22 | 0.57 |
| Hex | 7B | 7A | AA | 1C | 1C | 0 | 21 | F1 | 16 | 39 |
| Octal | 173 | 172 | 252 | 34 | 34 | 0 | 41 | 361 | 26 | 71 |
| Binary | 1111011 | 1111010 | 10101010 | 11100 | 11100 | 0 | 100001 | 11110001 | 10110 | 111001 |
Color Harmonies of #7B7AAA
Complementary color
Monochromatic Colors of #7B7AAA
Black with #7B7AAA
Text Example
Text Example
White with #7B7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7AAA; }
p { color: rgb(123,122,170); }
H1.HeaderClassName
{
color: #7B7AAA;
}
.AnyTagClassName
{
color: #7B7AAA;
}
</style>
background-color css
<style>
a { background-color: #7B7AAA; }
a { background-color: rgb(123,122,170); }
div.DivClassName
{
background-color: #7B7AAA;
}
.BgClassName
{
background-color: #7B7AAA;
}
</style>
border-color css
<style>
span { border-color: #7B7AAA; }
span { border-color: rgb(123,122,170); }
td.TdClassName
{
border-color: #7B7AAA;
}
.TagClassName
{
border-color: #7B7AAA;
}
</style>