Shades of Portage #8F9AFB
Tints of Portage #8F9AFB
RGB
CMYK
RGB Variations
Color information
#8F9AFB (or 0x8F9AFB) is known color: Portage. HEX triplet: 8F, 9A and FB. RGB value is (143,154,251). Sum of RGB (Red+Green+Blue) = 143+154+251=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F9AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9AFB is #706504. Grayscale: #A1A1A1. Windows color (decimal): -7365893 or 16489103. OLE color: 16489103.
HSL color Cylindrical-coordinate representation of color #8F9AFB: hue angle of 233.89º 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 #8F9AFB is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 154 | 251 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.02 |
| HSL | 233.89º | 0.93% | 0.77% | - |
| HSV(B) | 233.89º | 0.43% | 0.98% | - |
| XYZ | 40.3 | 35.92 | 96.08 | - |
| YUV | 161.77 | 178.36 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 154 | 251 | 0.43 | 0.39 | 0 | 0.02 | 233.89 | 0.93 | 0.77 |
| Hex | 8F | 9A | FB | 2B | 27 | 0 | 2 | EA | 5D | 4D |
| Octal | 217 | 232 | 373 | 53 | 47 | 0 | 2 | 352 | 135 | 115 |
| Binary | 10001111 | 10011010 | 11111011 | 101011 | 100111 | 0 | 10 | 11101010 | 1011101 | 1001101 |
Color Harmonies of #8F9AFB
Complementary color
Monochromatic Colors of #8F9AFB
Black with #8F9AFB
Text Example
Text Example
White with #8F9AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9AFB; }
p { color: rgb(143,154,251); }
H1.HeaderClassName
{
color: #8F9AFB;
}
.AnyTagClassName
{
color: #8F9AFB;
}
</style>
background-color css
<style>
a { background-color: #8F9AFB; }
a { background-color: rgb(143,154,251); }
div.DivClassName
{
background-color: #8F9AFB;
}
.BgClassName
{
background-color: #8F9AFB;
}
</style>
border-color css
<style>
span { border-color: #8F9AFB; }
span { border-color: rgb(143,154,251); }
td.TdClassName
{
border-color: #8F9AFB;
}
.TagClassName
{
border-color: #8F9AFB;
}
</style>