Shades of Portage #7A90DC
Tints of Portage #7A90DC
RGB
CMYK
RGB Variations
Color information
#7A90DC (or 0x7A90DC) is known color: Portage. HEX triplet: 7A, 90 and DC. RGB value is (122,144,220). Sum of RGB (Red+Green+Blue) = 122+144+220=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A90DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A90DC is #856F23. Grayscale: #919191. Windows color (decimal): -8744740 or 14454906. OLE color: 14454906.
HSL color Cylindrical-coordinate representation of color #7A90DC: hue angle of 226.53º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A90DC is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 144 | 220 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.14 |
| HSL | 226.53º | 0.58% | 0.67% | - |
| HSV(B) | 226.53º | 0.45% | 0.86% | - |
| XYZ | 30.92 | 29.25 | 71.73 | - |
| YUV | 146.09 | 169.71 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 220 | 0.45 | 0.35 | 0 | 0.14 | 226.53 | 0.58 | 0.67 |
| Hex | 7A | 90 | DC | 2D | 23 | 0 | E | E3 | 3A | 43 |
| Octal | 172 | 220 | 334 | 55 | 43 | 0 | 16 | 343 | 72 | 103 |
| Binary | 1111010 | 10010000 | 11011100 | 101101 | 100011 | 0 | 1110 | 11100011 | 111010 | 1000011 |
Color Harmonies of #7A90DC
Complementary color
Monochromatic Colors of #7A90DC
Black with #7A90DC
Text Example
Text Example
White with #7A90DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A90DC; }
p { color: rgb(122,144,220); }
H1.HeaderClassName
{
color: #7A90DC;
}
.AnyTagClassName
{
color: #7A90DC;
}
</style>
background-color css
<style>
a { background-color: #7A90DC; }
a { background-color: rgb(122,144,220); }
div.DivClassName
{
background-color: #7A90DC;
}
.BgClassName
{
background-color: #7A90DC;
}
</style>
border-color css
<style>
span { border-color: #7A90DC; }
span { border-color: rgb(122,144,220); }
td.TdClassName
{
border-color: #7A90DC;
}
.TagClassName
{
border-color: #7A90DC;
}
</style>