Shades of Deluge #7B6B9D
Tints of Deluge #7B6B9D
RGB
CMYK
RGB Variations
Color information
#7B6B9D (or 0x7B6B9D) is known color: Deluge. HEX triplet: 7B, 6B and 9D. RGB value is (123,107,157). Sum of RGB (Red+Green+Blue) = 123+107+157=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B6B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6B9D is #849462. Grayscale: #757575. Windows color (decimal): -8688739 or 10316667. OLE color: 10316667.
HSL color Cylindrical-coordinate representation of color #7B6B9D: hue angle of 259.2º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B6B9D is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 107 | 157 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.38 |
| HSL | 259.2º | 0.2% | 0.52% | - |
| HSV(B) | 259.2º | 0.32% | 0.62% | - |
| XYZ | 19.51 | 17.16 | 34.18 | - |
| YUV | 117.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 107 | 157 | 0.22 | 0.32 | 0 | 0.38 | 259.2 | 0.2 | 0.52 |
| Hex | 7B | 6B | 9D | 16 | 20 | 0 | 26 | 103 | 14 | 34 |
| Octal | 173 | 153 | 235 | 26 | 40 | 0 | 46 | 403 | 24 | 64 |
| Binary | 1111011 | 1101011 | 10011101 | 10110 | 100000 | 0 | 100110 | 100000011 | 10100 | 110100 |
Color Harmonies of #7B6B9D
Complementary color
Monochromatic Colors of #7B6B9D
Black with #7B6B9D
Text Example
Text Example
White with #7B6B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6B9D; }
p { color: rgb(123,107,157); }
H1.HeaderClassName
{
color: #7B6B9D;
}
.AnyTagClassName
{
color: #7B6B9D;
}
</style>
background-color css
<style>
a { background-color: #7B6B9D; }
a { background-color: rgb(123,107,157); }
div.DivClassName
{
background-color: #7B6B9D;
}
.BgClassName
{
background-color: #7B6B9D;
}
</style>
border-color css
<style>
span { border-color: #7B6B9D; }
span { border-color: rgb(123,107,157); }
td.TdClassName
{
border-color: #7B6B9D;
}
.TagClassName
{
border-color: #7B6B9D;
}
</style>