Shades of Deluge #7B67AE
Tints of Deluge #7B67AE
RGB
CMYK
RGB Variations
Color information
#7B67AE (or 0x7B67AE) is known color: Deluge. HEX triplet: 7B, 67 and AE. RGB value is (123,103,174). Sum of RGB (Red+Green+Blue) = 123+103+174=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B67AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B67AE is #849851. Grayscale: #747474. Windows color (decimal): -8689746 or 11429755. OLE color: 11429755.
HSL color Cylindrical-coordinate representation of color #7B67AE: hue angle of 256.9º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B67AE is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 103 | 174 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.32 |
| HSL | 256.9º | 0.3% | 0.54% | - |
| HSV(B) | 256.9º | 0.41% | 0.68% | - |
| XYZ | 20.66 | 16.97 | 42.23 | - |
| YUV | 117.07 | 160.13 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 103 | 174 | 0.29 | 0.41 | 0 | 0.32 | 256.9 | 0.3 | 0.54 |
| Hex | 7B | 67 | AE | 1D | 29 | 0 | 20 | 101 | 1E | 36 |
| Octal | 173 | 147 | 256 | 35 | 51 | 0 | 40 | 401 | 36 | 66 |
| Binary | 1111011 | 1100111 | 10101110 | 11101 | 101001 | 0 | 100000 | 100000001 | 11110 | 110110 |
Color Harmonies of #7B67AE
Complementary color
Monochromatic Colors of #7B67AE
Black with #7B67AE
Text Example
Text Example
White with #7B67AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B67AE; }
p { color: rgb(123,103,174); }
H1.HeaderClassName
{
color: #7B67AE;
}
.AnyTagClassName
{
color: #7B67AE;
}
</style>
background-color css
<style>
a { background-color: #7B67AE; }
a { background-color: rgb(123,103,174); }
div.DivClassName
{
background-color: #7B67AE;
}
.BgClassName
{
background-color: #7B67AE;
}
</style>
border-color css
<style>
span { border-color: #7B67AE; }
span { border-color: rgb(123,103,174); }
td.TdClassName
{
border-color: #7B67AE;
}
.TagClassName
{
border-color: #7B67AE;
}
</style>