Shades of Deluge #7B709B
Tints of Deluge #7B709B
RGB
CMYK
RGB Variations
Color information
#7B709B (or 0x7B709B) is known color: Deluge. HEX triplet: 7B, 70 and 9B. RGB value is (123,112,155). Sum of RGB (Red+Green+Blue) = 123+112+155=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B709B is #848F64. Grayscale: #787878. Windows color (decimal): -8687461 or 10186875. OLE color: 10186875.
HSL color Cylindrical-coordinate representation of color #7B709B: hue angle of 255.35º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B709B is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 112 | 155 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.39 |
| HSL | 255.35º | 0.18% | 0.52% | - |
| HSV(B) | 255.35º | 0.28% | 0.61% | - |
| XYZ | 19.88 | 18.17 | 33.47 | - |
| YUV | 120.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 112 | 155 | 0.21 | 0.28 | 0 | 0.39 | 255.35 | 0.18 | 0.52 |
| Hex | 7B | 70 | 9B | 15 | 1C | 0 | 27 | FF | 12 | 34 |
| Octal | 173 | 160 | 233 | 25 | 34 | 0 | 47 | 377 | 22 | 64 |
| Binary | 1111011 | 1110000 | 10011011 | 10101 | 11100 | 0 | 100111 | 11111111 | 10010 | 110100 |
Color Harmonies of #7B709B
Complementary color
Monochromatic Colors of #7B709B
Black with #7B709B
Text Example
Text Example
White with #7B709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B709B; }
p { color: rgb(123,112,155); }
H1.HeaderClassName
{
color: #7B709B;
}
.AnyTagClassName
{
color: #7B709B;
}
</style>
background-color css
<style>
a { background-color: #7B709B; }
a { background-color: rgb(123,112,155); }
div.DivClassName
{
background-color: #7B709B;
}
.BgClassName
{
background-color: #7B709B;
}
</style>
border-color css
<style>
span { border-color: #7B709B; }
span { border-color: rgb(123,112,155); }
td.TdClassName
{
border-color: #7B709B;
}
.TagClassName
{
border-color: #7B709B;
}
</style>