Shades of Portage #7F99E8
Tints of Portage #7F99E8
RGB
CMYK
RGB Variations
Color information
#7F99E8 (or 0x7F99E8) is known color: Portage. HEX triplet: 7F, 99 and E8. RGB value is (127,153,232). Sum of RGB (Red+Green+Blue) = 127+153+232=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 232 (91.02% from 255 or 45.31% from 512); Max value from RGB is 232 - color contains mainly: blue. Hex color #7F99E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F99E8 is #806617. Grayscale: #999999. Windows color (decimal): -8414744 or 15243647. OLE color: 15243647.
HSL color Cylindrical-coordinate representation of color #7F99E8: hue angle of 225.14º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F99E8 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 153 | 232 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.09 |
| HSL | 225.14º | 0.7% | 0.7% | - |
| HSV(B) | 225.14º | 0.45% | 0.91% | - |
| XYZ | 34.71 | 33.12 | 80.91 | - |
| YUV | 154.23 | 171.89 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 232 | 0.45 | 0.34 | 0 | 0.09 | 225.14 | 0.7 | 0.7 |
| Hex | 7F | 99 | E8 | 2D | 22 | 0 | 9 | E1 | 46 | 46 |
| Octal | 177 | 231 | 350 | 55 | 42 | 0 | 11 | 341 | 106 | 106 |
| Binary | 1111111 | 10011001 | 11101000 | 101101 | 100010 | 0 | 1001 | 11100001 | 1000110 | 1000110 |
Color Harmonies of #7F99E8
Complementary color
Monochromatic Colors of #7F99E8
Black with #7F99E8
Text Example
Text Example
White with #7F99E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F99E8; }
p { color: rgb(127,153,232); }
H1.HeaderClassName
{
color: #7F99E8;
}
.AnyTagClassName
{
color: #7F99E8;
}
</style>
background-color css
<style>
a { background-color: #7F99E8; }
a { background-color: rgb(127,153,232); }
div.DivClassName
{
background-color: #7F99E8;
}
.BgClassName
{
background-color: #7F99E8;
}
</style>
border-color css
<style>
span { border-color: #7F99E8; }
span { border-color: rgb(127,153,232); }
td.TdClassName
{
border-color: #7F99E8;
}
.TagClassName
{
border-color: #7F99E8;
}
</style>