Shades of Deluge #7B7598
Tints of Deluge #7B7598
RGB
CMYK
RGB Variations
Color information
#7B7598 (or 0x7B7598) is known color: Deluge. HEX triplet: 7B, 75 and 98. RGB value is (123,117,152). Sum of RGB (Red+Green+Blue) = 123+117+152=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 152 - color contains mainly: blue. Hex color #7B7598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7598 is #848A67. Grayscale: #7A7A7A. Windows color (decimal): -8686184 or 9991547. OLE color: 9991547.
HSL color Cylindrical-coordinate representation of color #7B7598: hue angle of 250.29º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B7598 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 117 | 152 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.40 |
| HSL | 250.29º | 0.15% | 0.53% | - |
| HSV(B) | 250.29º | 0.23% | 0.6% | - |
| XYZ | 20.2 | 19.2 | 32.35 | - |
| YUV | 122.78 | 144.49 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 117 | 152 | 0.19 | 0.23 | 0 | 0.40 | 250.29 | 0.15 | 0.53 |
| Hex | 7B | 75 | 98 | 13 | 17 | 0 | 28 | FA | F | 35 |
| Octal | 173 | 165 | 230 | 23 | 27 | 0 | 50 | 372 | 17 | 65 |
| Binary | 1111011 | 1110101 | 10011000 | 10011 | 10111 | 0 | 101000 | 11111010 | 1111 | 110101 |
Color Harmonies of #7B7598
Complementary color
Monochromatic Colors of #7B7598
Black with #7B7598
Text Example
Text Example
White with #7B7598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7598; }
p { color: rgb(123,117,152); }
H1.HeaderClassName
{
color: #7B7598;
}
.AnyTagClassName
{
color: #7B7598;
}
</style>
background-color css
<style>
a { background-color: #7B7598; }
a { background-color: rgb(123,117,152); }
div.DivClassName
{
background-color: #7B7598;
}
.BgClassName
{
background-color: #7B7598;
}
</style>
border-color css
<style>
span { border-color: #7B7598; }
span { border-color: rgb(123,117,152); }
td.TdClassName
{
border-color: #7B7598;
}
.TagClassName
{
border-color: #7B7598;
}
</style>