Shades of Portage #7A99DC
Tints of Portage #7A99DC
RGB
CMYK
RGB Variations
Color information
#7A99DC (or 0x7A99DC) is known color: Portage. HEX triplet: 7A, 99 and DC. RGB value is (122,153,220). Sum of RGB (Red+Green+Blue) = 122+153+220=495 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.65% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A99DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A99DC is #856623. Grayscale: #979797. Windows color (decimal): -8742436 or 14457210. OLE color: 14457210.
HSL color Cylindrical-coordinate representation of color #7A99DC: hue angle of 221.02º 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 #7A99DC is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 153 | 220 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.14 |
| HSL | 221.02º | 0.58% | 0.67% | - |
| HSV(B) | 221.02º | 0.45% | 0.86% | - |
| XYZ | 32.34 | 32.09 | 72.2 | - |
| YUV | 151.37 | 166.73 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 153 | 220 | 0.45 | 0.30 | 0 | 0.14 | 221.02 | 0.58 | 0.67 |
| Hex | 7A | 99 | DC | 2D | 1E | 0 | E | DD | 3A | 43 |
| Octal | 172 | 231 | 334 | 55 | 36 | 0 | 16 | 335 | 72 | 103 |
| Binary | 1111010 | 10011001 | 11011100 | 101101 | 11110 | 0 | 1110 | 11011101 | 111010 | 1000011 |
Color Harmonies of #7A99DC
Complementary color
Monochromatic Colors of #7A99DC
Black with #7A99DC
Text Example
Text Example
White with #7A99DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A99DC; }
p { color: rgb(122,153,220); }
H1.HeaderClassName
{
color: #7A99DC;
}
.AnyTagClassName
{
color: #7A99DC;
}
</style>
background-color css
<style>
a { background-color: #7A99DC; }
a { background-color: rgb(122,153,220); }
div.DivClassName
{
background-color: #7A99DC;
}
.BgClassName
{
background-color: #7A99DC;
}
</style>
border-color css
<style>
span { border-color: #7A99DC; }
span { border-color: rgb(122,153,220); }
td.TdClassName
{
border-color: #7A99DC;
}
.TagClassName
{
border-color: #7A99DC;
}
</style>