Shades of Portage #8F9EFF
Tints of Portage #8F9EFF
RGB
CMYK
RGB Variations
Color information
#8F9EFF (or 0x8F9EFF) is known color: Portage. HEX triplet: 8F, 9E and FF. RGB value is (143,158,255). Sum of RGB (Red+Green+Blue) = 143+158+255=556 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.72% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F9EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9EFF is #706100. Grayscale: #A4A4A4. Windows color (decimal): -7364865 or 16752271. OLE color: 16752271.
HSL color Cylindrical-coordinate representation of color #8F9EFF: hue angle of 231.96º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F9EFF is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 158 | 255 | - |
| CMYK | 0.44 | 0.38 | 0 | 0 |
| HSL | 231.96º | 1% | 0.78% | - |
| HSV(B) | 231.96º | 0.44% | 1% | - |
| XYZ | 41.6 | 37.51 | 99.66 | - |
| YUV | 164.57 | 179.03 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 255 | 0.44 | 0.38 | 0 | 0 | 231.96 | 1 | 0.78 |
| Hex | 8F | 9E | FF | 2C | 26 | 0 | 0 | E8 | 64 | 4E |
| Octal | 217 | 236 | 377 | 54 | 46 | 0 | 0 | 350 | 144 | 116 |
| Binary | 10001111 | 10011110 | 11111111 | 101100 | 100110 | 0 | 0 | 11101000 | 1100100 | 1001110 |
Color Harmonies of #8F9EFF
Complementary color
Monochromatic Colors of #8F9EFF
Black with #8F9EFF
Text Example
Text Example
White with #8F9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9EFF; }
p { color: rgb(143,158,255); }
H1.HeaderClassName
{
color: #8F9EFF;
}
.AnyTagClassName
{
color: #8F9EFF;
}
</style>
background-color css
<style>
a { background-color: #8F9EFF; }
a { background-color: rgb(143,158,255); }
div.DivClassName
{
background-color: #8F9EFF;
}
.BgClassName
{
background-color: #8F9EFF;
}
</style>
border-color css
<style>
span { border-color: #8F9EFF; }
span { border-color: rgb(143,158,255); }
td.TdClassName
{
border-color: #8F9EFF;
}
.TagClassName
{
border-color: #8F9EFF;
}
</style>