Shades of Portage #8799FE
Tints of Portage #8799FE
RGB
CMYK
RGB Variations
Color information
#8799FE (or 0x8799FE) is known color: Portage. HEX triplet: 87, 99 and FE. RGB value is (135,153,254). Sum of RGB (Red+Green+Blue) = 135+153+254=542 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.91% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #8799FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8799FE is #786601. Grayscale: #9E9E9E. Windows color (decimal): -7890434 or 16685447. OLE color: 16685447.
HSL color Cylindrical-coordinate representation of color #8799FE: hue angle of 230.92º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8799FE is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 153 | 254 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.00 |
| HSL | 230.92º | 0.98% | 0.76% | - |
| HSV(B) | 230.92º | 0.47% | 1% | - |
| XYZ | 39.27 | 35.09 | 98.47 | - |
| YUV | 159.13 | 181.54 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 254 | 0.47 | 0.40 | 0 | 0.00 | 230.92 | 0.98 | 0.76 |
| Hex | 87 | 99 | FE | 2F | 28 | 0 | 0 | E7 | 62 | 4C |
| Octal | 207 | 231 | 376 | 57 | 50 | 0 | 0 | 347 | 142 | 114 |
| Binary | 10000111 | 10011001 | 11111110 | 101111 | 101000 | 0 | 0 | 11100111 | 1100010 | 1001100 |
Color Harmonies of #8799FE
Complementary color
Monochromatic Colors of #8799FE
Black with #8799FE
Text Example
Text Example
White with #8799FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8799FE; }
p { color: rgb(135,153,254); }
H1.HeaderClassName
{
color: #8799FE;
}
.AnyTagClassName
{
color: #8799FE;
}
</style>
background-color css
<style>
a { background-color: #8799FE; }
a { background-color: rgb(135,153,254); }
div.DivClassName
{
background-color: #8799FE;
}
.BgClassName
{
background-color: #8799FE;
}
</style>
border-color css
<style>
span { border-color: #8799FE; }
span { border-color: rgb(135,153,254); }
td.TdClassName
{
border-color: #8799FE;
}
.TagClassName
{
border-color: #8799FE;
}
</style>