Shades of Deluge #7B6B94
Tints of Deluge #7B6B94
RGB
CMYK
RGB Variations
Color information
#7B6B94 (or 0x7B6B94) is known color: Deluge. HEX triplet: 7B, 6B and 94. RGB value is (123,107,148). Sum of RGB (Red+Green+Blue) = 123+107+148=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 148 - color contains mainly: blue. Hex color #7B6B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6B94 is #84946B. Grayscale: #747474. Windows color (decimal): -8688748 or 9726843. OLE color: 9726843.
HSL color Cylindrical-coordinate representation of color #7B6B94: hue angle of 263.41º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B6B94 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 107 | 148 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.42 |
| HSL | 263.41º | 0.16% | 0.5% | - |
| HSV(B) | 263.41º | 0.28% | 0.58% | - |
| XYZ | 18.77 | 16.86 | 30.28 | - |
| YUV | 116.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 107 | 148 | 0.17 | 0.28 | 0 | 0.42 | 263.41 | 0.16 | 0.5 |
| Hex | 7B | 6B | 94 | 11 | 1C | 0 | 2A | 107 | 10 | 32 |
| Octal | 173 | 153 | 224 | 21 | 34 | 0 | 52 | 407 | 20 | 62 |
| Binary | 1111011 | 1101011 | 10010100 | 10001 | 11100 | 0 | 101010 | 100000111 | 10000 | 110010 |
Color Harmonies of #7B6B94
Complementary color
Monochromatic Colors of #7B6B94
Black with #7B6B94
Text Example
Text Example
White with #7B6B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6B94; }
p { color: rgb(123,107,148); }
H1.HeaderClassName
{
color: #7B6B94;
}
.AnyTagClassName
{
color: #7B6B94;
}
</style>
background-color css
<style>
a { background-color: #7B6B94; }
a { background-color: rgb(123,107,148); }
div.DivClassName
{
background-color: #7B6B94;
}
.BgClassName
{
background-color: #7B6B94;
}
</style>
border-color css
<style>
span { border-color: #7B6B94; }
span { border-color: rgb(123,107,148); }
td.TdClassName
{
border-color: #7B6B94;
}
.TagClassName
{
border-color: #7B6B94;
}
</style>