Shades of Deluge #7B6297
Tints of Deluge #7B6297
RGB
CMYK
RGB Variations
Color information
#7B6297 (or 0x7B6297) is known color: Deluge. HEX triplet: 7B, 62 and 97. RGB value is (123,98,151). Sum of RGB (Red+Green+Blue) = 123+98+151=372 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.06% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 151 - color contains mainly: blue. Hex color #7B6297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6297 is #849D68. Grayscale: #6F6F6F. Windows color (decimal): -8691049 or 9921147. OLE color: 9921147.
HSL color Cylindrical-coordinate representation of color #7B6297: hue angle of 268.3º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B6297 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 98 | 151 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.41 |
| HSL | 268.3º | 0.21% | 0.49% | - |
| HSV(B) | 268.3º | 0.35% | 0.59% | - |
| XYZ | 18.12 | 15.18 | 31.25 | - |
| YUV | 111.52 | 150.28 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 98 | 151 | 0.19 | 0.35 | 0 | 0.41 | 268.3 | 0.21 | 0.49 |
| Hex | 7B | 62 | 97 | 13 | 23 | 0 | 29 | 10C | 15 | 31 |
| Octal | 173 | 142 | 227 | 23 | 43 | 0 | 51 | 414 | 25 | 61 |
| Binary | 1111011 | 1100010 | 10010111 | 10011 | 100011 | 0 | 101001 | 100001100 | 10101 | 110001 |
Color Harmonies of #7B6297
Complementary color
Monochromatic Colors of #7B6297
Black with #7B6297
Text Example
Text Example
White with #7B6297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6297; }
p { color: rgb(123,98,151); }
H1.HeaderClassName
{
color: #7B6297;
}
.AnyTagClassName
{
color: #7B6297;
}
</style>
background-color css
<style>
a { background-color: #7B6297; }
a { background-color: rgb(123,98,151); }
div.DivClassName
{
background-color: #7B6297;
}
.BgClassName
{
background-color: #7B6297;
}
</style>
border-color css
<style>
span { border-color: #7B6297; }
span { border-color: rgb(123,98,151); }
td.TdClassName
{
border-color: #7B6297;
}
.TagClassName
{
border-color: #7B6297;
}
</style>