Shades of Portage #8F9DD1
Tints of Portage #8F9DD1
RGB
CMYK
RGB Variations
Color information
#8F9DD1 (or 0x8F9DD1) is known color: Portage. HEX triplet: 8F, 9D and D1. RGB value is (143,157,209). Sum of RGB (Red+Green+Blue) = 143+157+209=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #8F9DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9DD1 is #70622E. Grayscale: #9E9E9E. Windows color (decimal): -7365167 or 13737359. OLE color: 13737359.
HSL color Cylindrical-coordinate representation of color #8F9DD1: hue angle of 227.27º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F9DD1 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 157 | 209 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.18 |
| HSL | 227.27º | 0.42% | 0.69% | - |
| HSV(B) | 227.27º | 0.32% | 0.82% | - |
| XYZ | 34.89 | 34.56 | 65.15 | - |
| YUV | 158.74 | 156.36 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 209 | 0.32 | 0.25 | 0 | 0.18 | 227.27 | 0.42 | 0.69 |
| Hex | 8F | 9D | D1 | 20 | 19 | 0 | 12 | E3 | 2A | 45 |
| Octal | 217 | 235 | 321 | 40 | 31 | 0 | 22 | 343 | 52 | 105 |
| Binary | 10001111 | 10011101 | 11010001 | 100000 | 11001 | 0 | 10010 | 11100011 | 101010 | 1000101 |
Color Harmonies of #8F9DD1
Complementary color
Monochromatic Colors of #8F9DD1
Black with #8F9DD1
Text Example
Text Example
White with #8F9DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9DD1; }
p { color: rgb(143,157,209); }
H1.HeaderClassName
{
color: #8F9DD1;
}
.AnyTagClassName
{
color: #8F9DD1;
}
</style>
background-color css
<style>
a { background-color: #8F9DD1; }
a { background-color: rgb(143,157,209); }
div.DivClassName
{
background-color: #8F9DD1;
}
.BgClassName
{
background-color: #8F9DD1;
}
</style>
border-color css
<style>
span { border-color: #8F9DD1; }
span { border-color: rgb(143,157,209); }
td.TdClassName
{
border-color: #8F9DD1;
}
.TagClassName
{
border-color: #8F9DD1;
}
</style>