Shades of Deluge #7B699D
Tints of Deluge #7B699D
RGB
CMYK
RGB Variations
Color information
#7B699D (or 0x7B699D) is known color: Deluge. HEX triplet: 7B, 69 and 9D. RGB value is (123,105,157). Sum of RGB (Red+Green+Blue) = 123+105+157=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B699D is #849662. Grayscale: #747474. Windows color (decimal): -8689251 or 10316155. OLE color: 10316155.
HSL color Cylindrical-coordinate representation of color #7B699D: hue angle of 260.77º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B699D is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 105 | 157 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.38 |
| HSL | 260.77º | 0.21% | 0.51% | - |
| HSV(B) | 260.77º | 0.33% | 0.62% | - |
| XYZ | 19.31 | 16.75 | 34.11 | - |
| YUV | 116.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 157 | 0.22 | 0.33 | 0 | 0.38 | 260.77 | 0.21 | 0.51 |
| Hex | 7B | 69 | 9D | 16 | 21 | 0 | 26 | 105 | 15 | 33 |
| Octal | 173 | 151 | 235 | 26 | 41 | 0 | 46 | 405 | 25 | 63 |
| Binary | 1111011 | 1101001 | 10011101 | 10110 | 100001 | 0 | 100110 | 100000101 | 10101 | 110011 |
Color Harmonies of #7B699D
Complementary color
Monochromatic Colors of #7B699D
Black with #7B699D
Text Example
Text Example
White with #7B699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B699D; }
p { color: rgb(123,105,157); }
H1.HeaderClassName
{
color: #7B699D;
}
.AnyTagClassName
{
color: #7B699D;
}
</style>
background-color css
<style>
a { background-color: #7B699D; }
a { background-color: rgb(123,105,157); }
div.DivClassName
{
background-color: #7B699D;
}
.BgClassName
{
background-color: #7B699D;
}
</style>
border-color css
<style>
span { border-color: #7B699D; }
span { border-color: rgb(123,105,157); }
td.TdClassName
{
border-color: #7B699D;
}
.TagClassName
{
border-color: #7B699D;
}
</style>