Shades of Portage #8F9EFC
Tints of Portage #8F9EFC
RGB
CMYK
RGB Variations
Color information
#8F9EFC (or 0x8F9EFC) is known color: Portage. HEX triplet: 8F, 9E and FC. RGB value is (143,158,252). Sum of RGB (Red+Green+Blue) = 143+158+252=553 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.86% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F9EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9EFC is #706103. Grayscale: #A3A3A3. Windows color (decimal): -7364868 or 16555663. OLE color: 16555663.
HSL color Cylindrical-coordinate representation of color #8F9EFC: hue angle of 231.74º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F9EFC is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 158 | 252 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.01 |
| HSL | 231.74º | 0.95% | 0.77% | - |
| HSV(B) | 231.74º | 0.43% | 0.99% | - |
| XYZ | 41.13 | 37.32 | 97.13 | - |
| YUV | 164.23 | 177.53 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 252 | 0.43 | 0.37 | 0 | 0.01 | 231.74 | 0.95 | 0.77 |
| Hex | 8F | 9E | FC | 2B | 25 | 0 | 1 | E8 | 5F | 4D |
| Octal | 217 | 236 | 374 | 53 | 45 | 0 | 1 | 350 | 137 | 115 |
| Binary | 10001111 | 10011110 | 11111100 | 101011 | 100101 | 0 | 1 | 11101000 | 1011111 | 1001101 |
Color Harmonies of #8F9EFC
Complementary color
Monochromatic Colors of #8F9EFC
Black with #8F9EFC
Text Example
Text Example
White with #8F9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9EFC; }
p { color: rgb(143,158,252); }
H1.HeaderClassName
{
color: #8F9EFC;
}
.AnyTagClassName
{
color: #8F9EFC;
}
</style>
background-color css
<style>
a { background-color: #8F9EFC; }
a { background-color: rgb(143,158,252); }
div.DivClassName
{
background-color: #8F9EFC;
}
.BgClassName
{
background-color: #8F9EFC;
}
</style>
border-color css
<style>
span { border-color: #8F9EFC; }
span { border-color: rgb(143,158,252); }
td.TdClassName
{
border-color: #8F9EFC;
}
.TagClassName
{
border-color: #8F9EFC;
}
</style>