Shades of Deluge #7B6F9D
Tints of Deluge #7B6F9D
RGB
CMYK
RGB Variations
Color information
#7B6F9D (or 0x7B6F9D) is known color: Deluge. HEX triplet: 7B, 6F and 9D. RGB value is (123,111,157). Sum of RGB (Red+Green+Blue) = 123+111+157=391 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.46% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B6F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6F9D is #849062. Grayscale: #777777. Windows color (decimal): -8687715 or 10317691. OLE color: 10317691.
HSL color Cylindrical-coordinate representation of color #7B6F9D: hue angle of 255.65º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B6F9D is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 111 | 157 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.38 |
| HSL | 255.65º | 0.19% | 0.53% | - |
| HSV(B) | 255.65º | 0.29% | 0.62% | - |
| XYZ | 19.94 | 18.01 | 34.32 | - |
| YUV | 119.83 | 148.98 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 157 | 0.22 | 0.29 | 0 | 0.38 | 255.65 | 0.19 | 0.53 |
| Hex | 7B | 6F | 9D | 16 | 1D | 0 | 26 | 100 | 13 | 35 |
| Octal | 173 | 157 | 235 | 26 | 35 | 0 | 46 | 400 | 23 | 65 |
| Binary | 1111011 | 1101111 | 10011101 | 10110 | 11101 | 0 | 100110 | 100000000 | 10011 | 110101 |
Color Harmonies of #7B6F9D
Complementary color
Monochromatic Colors of #7B6F9D
Black with #7B6F9D
Text Example
Text Example
White with #7B6F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6F9D; }
p { color: rgb(123,111,157); }
H1.HeaderClassName
{
color: #7B6F9D;
}
.AnyTagClassName
{
color: #7B6F9D;
}
</style>
background-color css
<style>
a { background-color: #7B6F9D; }
a { background-color: rgb(123,111,157); }
div.DivClassName
{
background-color: #7B6F9D;
}
.BgClassName
{
background-color: #7B6F9D;
}
</style>
border-color css
<style>
span { border-color: #7B6F9D; }
span { border-color: rgb(123,111,157); }
td.TdClassName
{
border-color: #7B6F9D;
}
.TagClassName
{
border-color: #7B6F9D;
}
</style>