Shades of Deluge #7B6F9B
Tints of Deluge #7B6F9B
RGB
CMYK
RGB Variations
Color information
#7B6F9B (or 0x7B6F9B) is known color: Deluge. HEX triplet: 7B, 6F and 9B. RGB value is (123,111,155). Sum of RGB (Red+Green+Blue) = 123+111+155=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B6F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6F9B is #849064. Grayscale: #777777. Windows color (decimal): -8687717 or 10186619. OLE color: 10186619.
HSL color Cylindrical-coordinate representation of color #7B6F9B: hue angle of 256.36º 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 #7B6F9B is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 111 | 155 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.39 |
| HSL | 256.36º | 0.18% | 0.52% | - |
| HSV(B) | 256.36º | 0.28% | 0.61% | - |
| XYZ | 19.77 | 17.95 | 33.43 | - |
| YUV | 119.6 | 147.98 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 155 | 0.21 | 0.28 | 0 | 0.39 | 256.36 | 0.18 | 0.52 |
| Hex | 7B | 6F | 9B | 15 | 1C | 0 | 27 | 100 | 12 | 34 |
| Octal | 173 | 157 | 233 | 25 | 34 | 0 | 47 | 400 | 22 | 64 |
| Binary | 1111011 | 1101111 | 10011011 | 10101 | 11100 | 0 | 100111 | 100000000 | 10010 | 110100 |
Color Harmonies of #7B6F9B
Complementary color
Monochromatic Colors of #7B6F9B
Black with #7B6F9B
Text Example
Text Example
White with #7B6F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6F9B; }
p { color: rgb(123,111,155); }
H1.HeaderClassName
{
color: #7B6F9B;
}
.AnyTagClassName
{
color: #7B6F9B;
}
</style>
background-color css
<style>
a { background-color: #7B6F9B; }
a { background-color: rgb(123,111,155); }
div.DivClassName
{
background-color: #7B6F9B;
}
.BgClassName
{
background-color: #7B6F9B;
}
</style>
border-color css
<style>
span { border-color: #7B6F9B; }
span { border-color: rgb(123,111,155); }
td.TdClassName
{
border-color: #7B6F9B;
}
.TagClassName
{
border-color: #7B6F9B;
}
</style>