Shades of Deluge #7B739F
Tints of Deluge #7B739F
RGB
CMYK
RGB Variations
Color information
#7B739F (or 0x7B739F) is known color: Deluge. HEX triplet: 7B, 73 and 9F. RGB value is (123,115,159). Sum of RGB (Red+Green+Blue) = 123+115+159=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B739F is #848C60. Grayscale: #7A7A7A. Windows color (decimal): -8686689 or 10449787. OLE color: 10449787.
HSL color Cylindrical-coordinate representation of color #7B739F: hue angle of 250.91º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B739F is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 115 | 159 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.38 |
| HSL | 250.91º | 0.19% | 0.54% | - |
| HSV(B) | 250.91º | 0.28% | 0.62% | - |
| XYZ | 20.56 | 18.98 | 35.38 | - |
| YUV | 122.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 159 | 0.23 | 0.28 | 0 | 0.38 | 250.91 | 0.19 | 0.54 |
| Hex | 7B | 73 | 9F | 17 | 1C | 0 | 26 | FB | 13 | 36 |
| Octal | 173 | 163 | 237 | 27 | 34 | 0 | 46 | 373 | 23 | 66 |
| Binary | 1111011 | 1110011 | 10011111 | 10111 | 11100 | 0 | 100110 | 11111011 | 10011 | 110110 |
Color Harmonies of #7B739F
Complementary color
Monochromatic Colors of #7B739F
Black with #7B739F
Text Example
Text Example
White with #7B739F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B739F; }
p { color: rgb(123,115,159); }
H1.HeaderClassName
{
color: #7B739F;
}
.AnyTagClassName
{
color: #7B739F;
}
</style>
background-color css
<style>
a { background-color: #7B739F; }
a { background-color: rgb(123,115,159); }
div.DivClassName
{
background-color: #7B739F;
}
.BgClassName
{
background-color: #7B739F;
}
</style>
border-color css
<style>
span { border-color: #7B739F; }
span { border-color: rgb(123,115,159); }
td.TdClassName
{
border-color: #7B739F;
}
.TagClassName
{
border-color: #7B739F;
}
</style>