Shades of Portage #8F99FE
Tints of Portage #8F99FE
RGB
CMYK
RGB Variations
Color information
#8F99FE (or 0x8F99FE) is known color: Portage. HEX triplet: 8F, 99 and FE. RGB value is (143,153,254). Sum of RGB (Red+Green+Blue) = 143+153+254=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F99FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F99FE is #706601. Grayscale: #A1A1A1. Windows color (decimal): -7366146 or 16685455. OLE color: 16685455.
HSL color Cylindrical-coordinate representation of color #8F99FE: hue angle of 234.59º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F99FE is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 153 | 254 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.00 |
| HSL | 234.59º | 0.98% | 0.78% | - |
| HSV(B) | 234.59º | 0.44% | 1% | - |
| XYZ | 40.61 | 35.78 | 98.53 | - |
| YUV | 161.52 | 180.19 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 254 | 0.44 | 0.40 | 0 | 0.00 | 234.59 | 0.98 | 0.78 |
| Hex | 8F | 99 | FE | 2C | 28 | 0 | 0 | EB | 62 | 4E |
| Octal | 217 | 231 | 376 | 54 | 50 | 0 | 0 | 353 | 142 | 116 |
| Binary | 10001111 | 10011001 | 11111110 | 101100 | 101000 | 0 | 0 | 11101011 | 1100010 | 1001110 |
Color Harmonies of #8F99FE
Complementary color
Monochromatic Colors of #8F99FE
Black with #8F99FE
Text Example
Text Example
White with #8F99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F99FE; }
p { color: rgb(143,153,254); }
H1.HeaderClassName
{
color: #8F99FE;
}
.AnyTagClassName
{
color: #8F99FE;
}
</style>
background-color css
<style>
a { background-color: #8F99FE; }
a { background-color: rgb(143,153,254); }
div.DivClassName
{
background-color: #8F99FE;
}
.BgClassName
{
background-color: #8F99FE;
}
</style>
border-color css
<style>
span { border-color: #8F99FE; }
span { border-color: rgb(143,153,254); }
td.TdClassName
{
border-color: #8F99FE;
}
.TagClassName
{
border-color: #8F99FE;
}
</style>