Shades of Portage #7A8CDB
Tints of Portage #7A8CDB
RGB
CMYK
RGB Variations
Color information
#7A8CDB (or 0x7A8CDB) is known color: Portage. HEX triplet: 7A, 8C and DB. RGB value is (122,140,219). Sum of RGB (Red+Green+Blue) = 122+140+219=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A8CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8CDB is #857324. Grayscale: #8F8F8F. Windows color (decimal): -8745765 or 14388346. OLE color: 14388346.
HSL color Cylindrical-coordinate representation of color #7A8CDB: hue angle of 228.87º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A8CDB is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 140 | 219 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.14 |
| HSL | 228.87º | 0.57% | 0.67% | - |
| HSV(B) | 228.87º | 0.44% | 0.86% | - |
| XYZ | 30.19 | 28.01 | 70.83 | - |
| YUV | 143.62 | 170.54 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 140 | 219 | 0.44 | 0.36 | 0 | 0.14 | 228.87 | 0.57 | 0.67 |
| Hex | 7A | 8C | DB | 2C | 24 | 0 | E | E5 | 39 | 43 |
| Octal | 172 | 214 | 333 | 54 | 44 | 0 | 16 | 345 | 71 | 103 |
| Binary | 1111010 | 10001100 | 11011011 | 101100 | 100100 | 0 | 1110 | 11100101 | 111001 | 1000011 |
Color Harmonies of #7A8CDB
Complementary color
Monochromatic Colors of #7A8CDB
Black with #7A8CDB
Text Example
Text Example
White with #7A8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8CDB; }
p { color: rgb(122,140,219); }
H1.HeaderClassName
{
color: #7A8CDB;
}
.AnyTagClassName
{
color: #7A8CDB;
}
</style>
background-color css
<style>
a { background-color: #7A8CDB; }
a { background-color: rgb(122,140,219); }
div.DivClassName
{
background-color: #7A8CDB;
}
.BgClassName
{
background-color: #7A8CDB;
}
</style>
border-color css
<style>
span { border-color: #7A8CDB; }
span { border-color: rgb(122,140,219); }
td.TdClassName
{
border-color: #7A8CDB;
}
.TagClassName
{
border-color: #7A8CDB;
}
</style>