Shades of Deluge #7B6A94
Tints of Deluge #7B6A94
RGB
CMYK
RGB Variations
Color information
#7B6A94 (or 0x7B6A94) is known color: Deluge. HEX triplet: 7B, 6A and 94. RGB value is (123,106,148). Sum of RGB (Red+Green+Blue) = 123+106+148=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 148 - color contains mainly: blue. Hex color #7B6A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6A94 is #84956B. Grayscale: #737373. Windows color (decimal): -8689004 or 9726587. OLE color: 9726587.
HSL color Cylindrical-coordinate representation of color #7B6A94: hue angle of 264.29º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B6A94 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 106 | 148 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.42 |
| HSL | 264.29º | 0.17% | 0.5% | - |
| HSV(B) | 264.29º | 0.28% | 0.58% | - |
| XYZ | 18.67 | 16.66 | 30.25 | - |
| YUV | 115.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 106 | 148 | 0.17 | 0.28 | 0 | 0.42 | 264.29 | 0.17 | 0.5 |
| Hex | 7B | 6A | 94 | 11 | 1C | 0 | 2A | 108 | 11 | 32 |
| Octal | 173 | 152 | 224 | 21 | 34 | 0 | 52 | 410 | 21 | 62 |
| Binary | 1111011 | 1101010 | 10010100 | 10001 | 11100 | 0 | 101010 | 100001000 | 10001 | 110010 |
Color Harmonies of #7B6A94
Complementary color
Monochromatic Colors of #7B6A94
Black with #7B6A94
Text Example
Text Example
White with #7B6A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6A94; }
p { color: rgb(123,106,148); }
H1.HeaderClassName
{
color: #7B6A94;
}
.AnyTagClassName
{
color: #7B6A94;
}
</style>
background-color css
<style>
a { background-color: #7B6A94; }
a { background-color: rgb(123,106,148); }
div.DivClassName
{
background-color: #7B6A94;
}
.BgClassName
{
background-color: #7B6A94;
}
</style>
border-color css
<style>
span { border-color: #7B6A94; }
span { border-color: rgb(123,106,148); }
td.TdClassName
{
border-color: #7B6A94;
}
.TagClassName
{
border-color: #7B6A94;
}
</style>