Shades of Deluge #7B699C
Tints of Deluge #7B699C
RGB
CMYK
RGB Variations
Color information
#7B699C (or 0x7B699C) is known color: Deluge. HEX triplet: 7B, 69 and 9C. RGB value is (123,105,156). Sum of RGB (Red+Green+Blue) = 123+105+156=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #7B699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B699C is #849663. Grayscale: #747474. Windows color (decimal): -8689252 or 10250619. OLE color: 10250619.
HSL color Cylindrical-coordinate representation of color #7B699C: hue angle of 261.18º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B699C is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 105 | 156 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.39 |
| HSL | 261.18º | 0.2% | 0.51% | - |
| HSV(B) | 261.18º | 0.33% | 0.61% | - |
| XYZ | 19.22 | 16.71 | 33.67 | - |
| YUV | 116.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 156 | 0.21 | 0.33 | 0 | 0.39 | 261.18 | 0.2 | 0.51 |
| Hex | 7B | 69 | 9C | 15 | 21 | 0 | 27 | 105 | 14 | 33 |
| Octal | 173 | 151 | 234 | 25 | 41 | 0 | 47 | 405 | 24 | 63 |
| Binary | 1111011 | 1101001 | 10011100 | 10101 | 100001 | 0 | 100111 | 100000101 | 10100 | 110011 |
Color Harmonies of #7B699C
Complementary color
Monochromatic Colors of #7B699C
Black with #7B699C
Text Example
Text Example
White with #7B699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B699C; }
p { color: rgb(123,105,156); }
H1.HeaderClassName
{
color: #7B699C;
}
.AnyTagClassName
{
color: #7B699C;
}
</style>
background-color css
<style>
a { background-color: #7B699C; }
a { background-color: rgb(123,105,156); }
div.DivClassName
{
background-color: #7B699C;
}
.BgClassName
{
background-color: #7B699C;
}
</style>
border-color css
<style>
span { border-color: #7B699C; }
span { border-color: rgb(123,105,156); }
td.TdClassName
{
border-color: #7B699C;
}
.TagClassName
{
border-color: #7B699C;
}
</style>