Shades of Portage #8F9ED8
Tints of Portage #8F9ED8
RGB
CMYK
RGB Variations
Color information
#8F9ED8 (or 0x8F9ED8) is known color: Portage. HEX triplet: 8F, 9E and D8. RGB value is (143,158,216). Sum of RGB (Red+Green+Blue) = 143+158+216=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #8F9ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9ED8 is #706127. Grayscale: #9F9F9F. Windows color (decimal): -7364904 or 14196367. OLE color: 14196367.
HSL color Cylindrical-coordinate representation of color #8F9ED8: hue angle of 227.67º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F9ED8 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 158 | 216 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.15 |
| HSL | 227.67º | 0.48% | 0.7% | - |
| HSV(B) | 227.67º | 0.34% | 0.85% | - |
| XYZ | 35.95 | 35.25 | 69.88 | - |
| YUV | 160.13 | 159.53 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 216 | 0.34 | 0.27 | 0 | 0.15 | 227.67 | 0.48 | 0.7 |
| Hex | 8F | 9E | D8 | 22 | 1B | 0 | F | E4 | 30 | 46 |
| Octal | 217 | 236 | 330 | 42 | 33 | 0 | 17 | 344 | 60 | 106 |
| Binary | 10001111 | 10011110 | 11011000 | 100010 | 11011 | 0 | 1111 | 11100100 | 110000 | 1000110 |
Color Harmonies of #8F9ED8
Complementary color
Monochromatic Colors of #8F9ED8
Black with #8F9ED8
Text Example
Text Example
White with #8F9ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9ED8; }
p { color: rgb(143,158,216); }
H1.HeaderClassName
{
color: #8F9ED8;
}
.AnyTagClassName
{
color: #8F9ED8;
}
</style>
background-color css
<style>
a { background-color: #8F9ED8; }
a { background-color: rgb(143,158,216); }
div.DivClassName
{
background-color: #8F9ED8;
}
.BgClassName
{
background-color: #8F9ED8;
}
</style>
border-color css
<style>
span { border-color: #8F9ED8; }
span { border-color: rgb(143,158,216); }
td.TdClassName
{
border-color: #8F9ED8;
}
.TagClassName
{
border-color: #8F9ED8;
}
</style>