Shades of Deluge #7B6995
Tints of Deluge #7B6995
RGB
CMYK
RGB Variations
Color information
#7B6995 (or 0x7B6995) is known color: Deluge. HEX triplet: 7B, 69 and 95. RGB value is (123,105,149). Sum of RGB (Red+Green+Blue) = 123+105+149=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 149 - color contains mainly: blue. Hex color #7B6995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6995 is #84966A. Grayscale: #737373. Windows color (decimal): -8689259 or 9791867. OLE color: 9791867.
HSL color Cylindrical-coordinate representation of color #7B6995: hue angle of 264.55º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B6995 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 105 | 149 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.42 |
| HSL | 264.55º | 0.17% | 0.5% | - |
| HSV(B) | 264.55º | 0.3% | 0.58% | - |
| XYZ | 18.64 | 16.48 | 30.63 | - |
| YUV | 115.4 | 146.96 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 149 | 0.17 | 0.30 | 0 | 0.42 | 264.55 | 0.17 | 0.5 |
| Hex | 7B | 69 | 95 | 11 | 1E | 0 | 2A | 109 | 11 | 32 |
| Octal | 173 | 151 | 225 | 21 | 36 | 0 | 52 | 411 | 21 | 62 |
| Binary | 1111011 | 1101001 | 10010101 | 10001 | 11110 | 0 | 101010 | 100001001 | 10001 | 110010 |
Color Harmonies of #7B6995
Complementary color
Monochromatic Colors of #7B6995
Black with #7B6995
Text Example
Text Example
White with #7B6995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6995; }
p { color: rgb(123,105,149); }
H1.HeaderClassName
{
color: #7B6995;
}
.AnyTagClassName
{
color: #7B6995;
}
</style>
background-color css
<style>
a { background-color: #7B6995; }
a { background-color: rgb(123,105,149); }
div.DivClassName
{
background-color: #7B6995;
}
.BgClassName
{
background-color: #7B6995;
}
</style>
border-color css
<style>
span { border-color: #7B6995; }
span { border-color: rgb(123,105,149); }
td.TdClassName
{
border-color: #7B6995;
}
.TagClassName
{
border-color: #7B6995;
}
</style>