Shades of Portage #8F99FB
Tints of Portage #8F99FB
RGB
CMYK
RGB Variations
Color information
#8F99FB (or 0x8F99FB) is known color: Portage. HEX triplet: 8F, 99 and FB. RGB value is (143,153,251). Sum of RGB (Red+Green+Blue) = 143+153+251=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F99FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F99FB is #706604. Grayscale: #A0A0A0. Windows color (decimal): -7366149 or 16488847. OLE color: 16488847.
HSL color Cylindrical-coordinate representation of color #8F99FB: hue angle of 234.44º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F99FB is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 153 | 251 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.02 |
| HSL | 234.44º | 0.93% | 0.77% | - |
| HSV(B) | 234.44º | 0.43% | 0.98% | - |
| XYZ | 40.13 | 35.59 | 96.02 | - |
| YUV | 161.18 | 178.69 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 251 | 0.43 | 0.39 | 0 | 0.02 | 234.44 | 0.93 | 0.77 |
| Hex | 8F | 99 | FB | 2B | 27 | 0 | 2 | EA | 5D | 4D |
| Octal | 217 | 231 | 373 | 53 | 47 | 0 | 2 | 352 | 135 | 115 |
| Binary | 10001111 | 10011001 | 11111011 | 101011 | 100111 | 0 | 10 | 11101010 | 1011101 | 1001101 |
Color Harmonies of #8F99FB
Complementary color
Monochromatic Colors of #8F99FB
Black with #8F99FB
Text Example
Text Example
White with #8F99FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F99FB; }
p { color: rgb(143,153,251); }
H1.HeaderClassName
{
color: #8F99FB;
}
.AnyTagClassName
{
color: #8F99FB;
}
</style>
background-color css
<style>
a { background-color: #8F99FB; }
a { background-color: rgb(143,153,251); }
div.DivClassName
{
background-color: #8F99FB;
}
.BgClassName
{
background-color: #8F99FB;
}
</style>
border-color css
<style>
span { border-color: #8F99FB; }
span { border-color: rgb(143,153,251); }
td.TdClassName
{
border-color: #8F99FB;
}
.TagClassName
{
border-color: #8F99FB;
}
</style>