Shades of Portage #7A93D0
Tints of Portage #7A93D0
RGB
CMYK
RGB Variations
Color information
#7A93D0 (or 0x7A93D0) is known color: Portage. HEX triplet: 7A, 93 and D0. RGB value is (122,147,208). Sum of RGB (Red+Green+Blue) = 122+147+208=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #7A93D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A93D0 is #856C2F. Grayscale: #929292. Windows color (decimal): -8743984 or 13669242. OLE color: 13669242.
HSL color Cylindrical-coordinate representation of color #7A93D0: hue angle of 222.56º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A93D0 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 147 | 208 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.18 |
| HSL | 222.56º | 0.48% | 0.65% | - |
| HSV(B) | 222.56º | 0.41% | 0.82% | - |
| XYZ | 29.84 | 29.56 | 63.81 | - |
| YUV | 146.48 | 162.72 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 208 | 0.41 | 0.29 | 0 | 0.18 | 222.56 | 0.48 | 0.65 |
| Hex | 7A | 93 | D0 | 29 | 1D | 0 | 12 | DF | 30 | 41 |
| Octal | 172 | 223 | 320 | 51 | 35 | 0 | 22 | 337 | 60 | 101 |
| Binary | 1111010 | 10010011 | 11010000 | 101001 | 11101 | 0 | 10010 | 11011111 | 110000 | 1000001 |
Color Harmonies of #7A93D0
Complementary color
Monochromatic Colors of #7A93D0
Black with #7A93D0
Text Example
Text Example
White with #7A93D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A93D0; }
p { color: rgb(122,147,208); }
H1.HeaderClassName
{
color: #7A93D0;
}
.AnyTagClassName
{
color: #7A93D0;
}
</style>
background-color css
<style>
a { background-color: #7A93D0; }
a { background-color: rgb(122,147,208); }
div.DivClassName
{
background-color: #7A93D0;
}
.BgClassName
{
background-color: #7A93D0;
}
</style>
border-color css
<style>
span { border-color: #7A93D0; }
span { border-color: rgb(122,147,208); }
td.TdClassName
{
border-color: #7A93D0;
}
.TagClassName
{
border-color: #7A93D0;
}
</style>