Shades of Deluge #7B7890
Tints of Deluge #7B7890
RGB
CMYK
RGB Variations
Color information
#7B7890 (or 0x7B7890) is known color: Deluge. HEX triplet: 7B, 78 and 90. RGB value is (123,120,144). Sum of RGB (Red+Green+Blue) = 123+120+144=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 144 - color contains mainly: blue. Hex color #7B7890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7890 is #84876F. Grayscale: #7B7B7B. Windows color (decimal): -8685424 or 9468027. OLE color: 9468027.
HSL color Cylindrical-coordinate representation of color #7B7890: hue angle of 247.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B7890 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 120 | 144 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.44 |
| HSL | 247.5º | 0.1% | 0.52% | - |
| HSV(B) | 247.5º | 0.17% | 0.56% | - |
| XYZ | 19.92 | 19.66 | 29.13 | - |
| YUV | 123.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 120 | 144 | 0.15 | 0.17 | 0 | 0.44 | 247.5 | 0.1 | 0.52 |
| Hex | 7B | 78 | 90 | F | 11 | 0 | 2C | F8 | A | 34 |
| Octal | 173 | 170 | 220 | 17 | 21 | 0 | 54 | 370 | 12 | 64 |
| Binary | 1111011 | 1111000 | 10010000 | 1111 | 10001 | 0 | 101100 | 11111000 | 1010 | 110100 |
Color Harmonies of #7B7890
Complementary color
Monochromatic Colors of #7B7890
Black with #7B7890
Text Example
Text Example
White with #7B7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7890; }
p { color: rgb(123,120,144); }
H1.HeaderClassName
{
color: #7B7890;
}
.AnyTagClassName
{
color: #7B7890;
}
</style>
background-color css
<style>
a { background-color: #7B7890; }
a { background-color: rgb(123,120,144); }
div.DivClassName
{
background-color: #7B7890;
}
.BgClassName
{
background-color: #7B7890;
}
</style>
border-color css
<style>
span { border-color: #7B7890; }
span { border-color: rgb(123,120,144); }
td.TdClassName
{
border-color: #7B7890;
}
.TagClassName
{
border-color: #7B7890;
}
</style>