Shades of Deluge #7B699E
Tints of Deluge #7B699E
RGB
CMYK
RGB Variations
Color information
#7B699E (or 0x7B699E) is known color: Deluge. HEX triplet: 7B, 69 and 9E. RGB value is (123,105,158). Sum of RGB (Red+Green+Blue) = 123+105+158=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B699E is #849661. Grayscale: #747474. Windows color (decimal): -8689250 or 10381691. OLE color: 10381691.
HSL color Cylindrical-coordinate representation of color #7B699E: hue angle of 260.38º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B699E is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 105 | 158 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.38 |
| HSL | 260.38º | 0.21% | 0.52% | - |
| HSV(B) | 260.38º | 0.34% | 0.62% | - |
| XYZ | 19.39 | 16.78 | 34.57 | - |
| YUV | 116.42 | 151.46 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 158 | 0.22 | 0.34 | 0 | 0.38 | 260.38 | 0.21 | 0.52 |
| Hex | 7B | 69 | 9E | 16 | 22 | 0 | 26 | 104 | 15 | 34 |
| Octal | 173 | 151 | 236 | 26 | 42 | 0 | 46 | 404 | 25 | 64 |
| Binary | 1111011 | 1101001 | 10011110 | 10110 | 100010 | 0 | 100110 | 100000100 | 10101 | 110100 |
Color Harmonies of #7B699E
Complementary color
Monochromatic Colors of #7B699E
Black with #7B699E
Text Example
Text Example
White with #7B699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B699E; }
p { color: rgb(123,105,158); }
H1.HeaderClassName
{
color: #7B699E;
}
.AnyTagClassName
{
color: #7B699E;
}
</style>
background-color css
<style>
a { background-color: #7B699E; }
a { background-color: rgb(123,105,158); }
div.DivClassName
{
background-color: #7B699E;
}
.BgClassName
{
background-color: #7B699E;
}
</style>
border-color css
<style>
span { border-color: #7B699E; }
span { border-color: rgb(123,105,158); }
td.TdClassName
{
border-color: #7B699E;
}
.TagClassName
{
border-color: #7B699E;
}
</style>