Shades of Portage #8F9EE0
Tints of Portage #8F9EE0
RGB
CMYK
RGB Variations
Color information
#8F9EE0 (or 0x8F9EE0) is known color: Portage. HEX triplet: 8F, 9E and E0. RGB value is (143,158,224). Sum of RGB (Red+Green+Blue) = 143+158+224=525 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.24% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #8F9EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9EE0 is #70611F. Grayscale: #A0A0A0. Windows color (decimal): -7364896 or 14720655. OLE color: 14720655.
HSL color Cylindrical-coordinate representation of color #8F9EE0: hue angle of 228.89º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F9EE0 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 158 | 224 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.12 |
| HSL | 228.89º | 0.57% | 0.72% | - |
| HSV(B) | 228.89º | 0.36% | 0.88% | - |
| XYZ | 37.01 | 35.68 | 75.46 | - |
| YUV | 161.04 | 163.53 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 224 | 0.36 | 0.29 | 0 | 0.12 | 228.89 | 0.57 | 0.72 |
| Hex | 8F | 9E | E0 | 24 | 1D | 0 | C | E5 | 39 | 48 |
| Octal | 217 | 236 | 340 | 44 | 35 | 0 | 14 | 345 | 71 | 110 |
| Binary | 10001111 | 10011110 | 11100000 | 100100 | 11101 | 0 | 1100 | 11100101 | 111001 | 1001000 |
Color Harmonies of #8F9EE0
Complementary color
Monochromatic Colors of #8F9EE0
Black with #8F9EE0
Text Example
Text Example
White with #8F9EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9EE0; }
p { color: rgb(143,158,224); }
H1.HeaderClassName
{
color: #8F9EE0;
}
.AnyTagClassName
{
color: #8F9EE0;
}
</style>
background-color css
<style>
a { background-color: #8F9EE0; }
a { background-color: rgb(143,158,224); }
div.DivClassName
{
background-color: #8F9EE0;
}
.BgClassName
{
background-color: #8F9EE0;
}
</style>
border-color css
<style>
span { border-color: #8F9EE0; }
span { border-color: rgb(143,158,224); }
td.TdClassName
{
border-color: #8F9EE0;
}
.TagClassName
{
border-color: #8F9EE0;
}
</style>