Shades of Deluge #7B619B
Tints of Deluge #7B619B
RGB
CMYK
RGB Variations
Color information
#7B619B (or 0x7B619B) is known color: Deluge. HEX triplet: 7B, 61 and 9B. RGB value is (123,97,155). Sum of RGB (Red+Green+Blue) = 123+97+155=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B619B is #849E64. Grayscale: #6F6F6F. Windows color (decimal): -8691301 or 10183035. OLE color: 10183035.
HSL color Cylindrical-coordinate representation of color #7B619B: hue angle of 266.9º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B619B is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 97 | 155 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.39 |
| HSL | 266.9º | 0.23% | 0.49% | - |
| HSV(B) | 266.9º | 0.37% | 0.61% | - |
| XYZ | 18.36 | 15.13 | 32.96 | - |
| YUV | 111.39 | 152.61 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 97 | 155 | 0.21 | 0.37 | 0 | 0.39 | 266.9 | 0.23 | 0.49 |
| Hex | 7B | 61 | 9B | 15 | 25 | 0 | 27 | 10B | 17 | 31 |
| Octal | 173 | 141 | 233 | 25 | 45 | 0 | 47 | 413 | 27 | 61 |
| Binary | 1111011 | 1100001 | 10011011 | 10101 | 100101 | 0 | 100111 | 100001011 | 10111 | 110001 |
Color Harmonies of #7B619B
Complementary color
Monochromatic Colors of #7B619B
Black with #7B619B
Text Example
Text Example
White with #7B619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B619B; }
p { color: rgb(123,97,155); }
H1.HeaderClassName
{
color: #7B619B;
}
.AnyTagClassName
{
color: #7B619B;
}
</style>
background-color css
<style>
a { background-color: #7B619B; }
a { background-color: rgb(123,97,155); }
div.DivClassName
{
background-color: #7B619B;
}
.BgClassName
{
background-color: #7B619B;
}
</style>
border-color css
<style>
span { border-color: #7B619B; }
span { border-color: rgb(123,97,155); }
td.TdClassName
{
border-color: #7B619B;
}
.TagClassName
{
border-color: #7B619B;
}
</style>