Shades of Portage #8F9FDB
Tints of Portage #8F9FDB
RGB
CMYK
RGB Variations
Color information
#8F9FDB (or 0x8F9FDB) is known color: Portage. HEX triplet: 8F, 9F and DB. RGB value is (143,159,219). Sum of RGB (Red+Green+Blue) = 143+159+219=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F9FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9FDB is #706024. Grayscale: #A0A0A0. Windows color (decimal): -7364645 or 14393231. OLE color: 14393231.
HSL color Cylindrical-coordinate representation of color #8F9FDB: hue angle of 227.37º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F9FDB is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 159 | 219 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.14 |
| HSL | 227.37º | 0.51% | 0.71% | - |
| HSV(B) | 227.37º | 0.35% | 0.86% | - |
| XYZ | 36.51 | 35.75 | 71.99 | - |
| YUV | 161.06 | 160.7 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 159 | 219 | 0.35 | 0.27 | 0 | 0.14 | 227.37 | 0.51 | 0.71 |
| Hex | 8F | 9F | DB | 23 | 1B | 0 | E | E3 | 33 | 47 |
| Octal | 217 | 237 | 333 | 43 | 33 | 0 | 16 | 343 | 63 | 107 |
| Binary | 10001111 | 10011111 | 11011011 | 100011 | 11011 | 0 | 1110 | 11100011 | 110011 | 1000111 |
Color Harmonies of #8F9FDB
Complementary color
Monochromatic Colors of #8F9FDB
Black with #8F9FDB
Text Example
Text Example
White with #8F9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9FDB; }
p { color: rgb(143,159,219); }
H1.HeaderClassName
{
color: #8F9FDB;
}
.AnyTagClassName
{
color: #8F9FDB;
}
</style>
background-color css
<style>
a { background-color: #8F9FDB; }
a { background-color: rgb(143,159,219); }
div.DivClassName
{
background-color: #8F9FDB;
}
.BgClassName
{
background-color: #8F9FDB;
}
</style>
border-color css
<style>
span { border-color: #8F9FDB; }
span { border-color: rgb(143,159,219); }
td.TdClassName
{
border-color: #8F9FDB;
}
.TagClassName
{
border-color: #8F9FDB;
}
</style>