Shades of Deluge #7B749B
Tints of Deluge #7B749B
RGB
CMYK
RGB Variations
Color information
#7B749B (or 0x7B749B) is known color: Deluge. HEX triplet: 7B, 74 and 9B. RGB value is (123,116,155). Sum of RGB (Red+Green+Blue) = 123+116+155=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B749B is #848B64. Grayscale: #7A7A7A. Windows color (decimal): -8686437 or 10187899. OLE color: 10187899.
HSL color Cylindrical-coordinate representation of color #7B749B: hue angle of 250.77º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B749B is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 116 | 155 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.39 |
| HSL | 250.77º | 0.16% | 0.53% | - |
| HSV(B) | 250.77º | 0.25% | 0.61% | - |
| XYZ | 20.33 | 19.07 | 33.62 | - |
| YUV | 122.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 116 | 155 | 0.21 | 0.25 | 0 | 0.39 | 250.77 | 0.16 | 0.53 |
| Hex | 7B | 74 | 9B | 15 | 19 | 0 | 27 | FB | 10 | 35 |
| Octal | 173 | 164 | 233 | 25 | 31 | 0 | 47 | 373 | 20 | 65 |
| Binary | 1111011 | 1110100 | 10011011 | 10101 | 11001 | 0 | 100111 | 11111011 | 10000 | 110101 |
Color Harmonies of #7B749B
Complementary color
Monochromatic Colors of #7B749B
Black with #7B749B
Text Example
Text Example
White with #7B749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B749B; }
p { color: rgb(123,116,155); }
H1.HeaderClassName
{
color: #7B749B;
}
.AnyTagClassName
{
color: #7B749B;
}
</style>
background-color css
<style>
a { background-color: #7B749B; }
a { background-color: rgb(123,116,155); }
div.DivClassName
{
background-color: #7B749B;
}
.BgClassName
{
background-color: #7B749B;
}
</style>
border-color css
<style>
span { border-color: #7B749B; }
span { border-color: rgb(123,116,155); }
td.TdClassName
{
border-color: #7B749B;
}
.TagClassName
{
border-color: #7B749B;
}
</style>