Shades of Portage #7E99DC
Tints of Portage #7E99DC
RGB
CMYK
RGB Variations
Color information
#7E99DC (or 0x7E99DC) is known color: Portage. HEX triplet: 7E, 99 and DC. RGB value is (126,153,220). Sum of RGB (Red+Green+Blue) = 126+153+220=499 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.25% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E99DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E99DC is #816623. Grayscale: #989898. Windows color (decimal): -8480292 or 14457214. OLE color: 14457214.
HSL color Cylindrical-coordinate representation of color #7E99DC: hue angle of 222.77º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E99DC is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 153 | 220 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.14 |
| HSL | 222.77º | 0.57% | 0.68% | - |
| HSV(B) | 222.77º | 0.43% | 0.86% | - |
| XYZ | 32.91 | 32.39 | 72.23 | - |
| YUV | 152.57 | 166.05 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 153 | 220 | 0.43 | 0.30 | 0 | 0.14 | 222.77 | 0.57 | 0.68 |
| Hex | 7E | 99 | DC | 2B | 1E | 0 | E | DF | 39 | 44 |
| Octal | 176 | 231 | 334 | 53 | 36 | 0 | 16 | 337 | 71 | 104 |
| Binary | 1111110 | 10011001 | 11011100 | 101011 | 11110 | 0 | 1110 | 11011111 | 111001 | 1000100 |
Color Harmonies of #7E99DC
Complementary color
Monochromatic Colors of #7E99DC
Black with #7E99DC
Text Example
Text Example
White with #7E99DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E99DC; }
p { color: rgb(126,153,220); }
H1.HeaderClassName
{
color: #7E99DC;
}
.AnyTagClassName
{
color: #7E99DC;
}
</style>
background-color css
<style>
a { background-color: #7E99DC; }
a { background-color: rgb(126,153,220); }
div.DivClassName
{
background-color: #7E99DC;
}
.BgClassName
{
background-color: #7E99DC;
}
</style>
border-color css
<style>
span { border-color: #7E99DC; }
span { border-color: rgb(126,153,220); }
td.TdClassName
{
border-color: #7E99DC;
}
.TagClassName
{
border-color: #7E99DC;
}
</style>