Shades of Portage #7F99EC
Tints of Portage #7F99EC
RGB
CMYK
RGB Variations
Color information
#7F99EC (or 0x7F99EC) is known color: Portage. HEX triplet: 7F, 99 and EC. RGB value is (127,153,236). Sum of RGB (Red+Green+Blue) = 127+153+236=516 (68% of max value = 765). Red value is 127 (50% from 255 or 24.61% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F99EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F99EC is #806613. Grayscale: #9A9A9A. Windows color (decimal): -8414740 or 15505791. OLE color: 15505791.
HSL color Cylindrical-coordinate representation of color #7F99EC: hue angle of 225.69º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F99EC is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 153 | 236 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.07 |
| HSL | 225.69º | 0.74% | 0.71% | - |
| HSV(B) | 225.69º | 0.46% | 0.93% | - |
| XYZ | 35.28 | 33.35 | 83.93 | - |
| YUV | 154.69 | 173.89 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 236 | 0.46 | 0.35 | 0 | 0.07 | 225.69 | 0.74 | 0.71 |
| Hex | 7F | 99 | EC | 2E | 23 | 0 | 7 | E2 | 4A | 47 |
| Octal | 177 | 231 | 354 | 56 | 43 | 0 | 7 | 342 | 112 | 107 |
| Binary | 1111111 | 10011001 | 11101100 | 101110 | 100011 | 0 | 111 | 11100010 | 1001010 | 1000111 |
Color Harmonies of #7F99EC
Complementary color
Monochromatic Colors of #7F99EC
Black with #7F99EC
Text Example
Text Example
White with #7F99EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F99EC; }
p { color: rgb(127,153,236); }
H1.HeaderClassName
{
color: #7F99EC;
}
.AnyTagClassName
{
color: #7F99EC;
}
</style>
background-color css
<style>
a { background-color: #7F99EC; }
a { background-color: rgb(127,153,236); }
div.DivClassName
{
background-color: #7F99EC;
}
.BgClassName
{
background-color: #7F99EC;
}
</style>
border-color css
<style>
span { border-color: #7F99EC; }
span { border-color: rgb(127,153,236); }
td.TdClassName
{
border-color: #7F99EC;
}
.TagClassName
{
border-color: #7F99EC;
}
</style>