Shades of Portage #7A99DA
Tints of Portage #7A99DA
RGB
CMYK
RGB Variations
Color information
#7A99DA (or 0x7A99DA) is known color: Portage. HEX triplet: 7A, 99 and DA. RGB value is (122,153,218). Sum of RGB (Red+Green+Blue) = 122+153+218=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A99DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A99DA is #856625. Grayscale: #969696. Windows color (decimal): -8742438 or 14326138. OLE color: 14326138.
HSL color Cylindrical-coordinate representation of color #7A99DA: hue angle of 220.62º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A99DA is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 153 | 218 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.15 |
| HSL | 220.63º | 0.56% | 0.67% | - |
| HSV(B) | 220.63º | 0.44% | 0.85% | - |
| XYZ | 32.07 | 31.98 | 70.81 | - |
| YUV | 151.14 | 165.73 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 153 | 218 | 0.44 | 0.30 | 0 | 0.15 | 220.63 | 0.56 | 0.67 |
| Hex | 7A | 99 | DA | 2C | 1E | 0 | F | DD | 38 | 43 |
| Octal | 172 | 231 | 332 | 54 | 36 | 0 | 17 | 335 | 70 | 103 |
| Binary | 1111010 | 10011001 | 11011010 | 101100 | 11110 | 0 | 1111 | 11011101 | 111000 | 1000011 |
Color Harmonies of #7A99DA
Complementary color
Monochromatic Colors of #7A99DA
Black with #7A99DA
Text Example
Text Example
White with #7A99DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A99DA; }
p { color: rgb(122,153,218); }
H1.HeaderClassName
{
color: #7A99DA;
}
.AnyTagClassName
{
color: #7A99DA;
}
</style>
background-color css
<style>
a { background-color: #7A99DA; }
a { background-color: rgb(122,153,218); }
div.DivClassName
{
background-color: #7A99DA;
}
.BgClassName
{
background-color: #7A99DA;
}
</style>
border-color css
<style>
span { border-color: #7A99DA; }
span { border-color: rgb(122,153,218); }
td.TdClassName
{
border-color: #7A99DA;
}
.TagClassName
{
border-color: #7A99DA;
}
</style>