Shades of Portage #8F9ECB
Tints of Portage #8F9ECB
RGB
CMYK
RGB Variations
Color information
#8F9ECB (or 0x8F9ECB) is known color: Portage. HEX triplet: 8F, 9E and CB. RGB value is (143,158,203). Sum of RGB (Red+Green+Blue) = 143+158+203=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F9ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9ECB is #706134. Grayscale: #9E9E9E. Windows color (decimal): -7364917 or 13344399. OLE color: 13344399.
HSL color Cylindrical-coordinate representation of color #8F9ECB: hue angle of 225º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F9ECB is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 158 | 203 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.20 |
| HSL | 225º | 0.37% | 0.68% | - |
| HSV(B) | 225º | 0.3% | 0.8% | - |
| XYZ | 34.33 | 34.61 | 61.37 | - |
| YUV | 158.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 203 | 0.30 | 0.22 | 0 | 0.20 | 225 | 0.37 | 0.68 |
| Hex | 8F | 9E | CB | 1E | 16 | 0 | 14 | E1 | 25 | 44 |
| Octal | 217 | 236 | 313 | 36 | 26 | 0 | 24 | 341 | 45 | 104 |
| Binary | 10001111 | 10011110 | 11001011 | 11110 | 10110 | 0 | 10100 | 11100001 | 100101 | 1000100 |
Color Harmonies of #8F9ECB
Complementary color
Monochromatic Colors of #8F9ECB
Black with #8F9ECB
Text Example
Text Example
White with #8F9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9ECB; }
p { color: rgb(143,158,203); }
H1.HeaderClassName
{
color: #8F9ECB;
}
.AnyTagClassName
{
color: #8F9ECB;
}
</style>
background-color css
<style>
a { background-color: #8F9ECB; }
a { background-color: rgb(143,158,203); }
div.DivClassName
{
background-color: #8F9ECB;
}
.BgClassName
{
background-color: #8F9ECB;
}
</style>
border-color css
<style>
span { border-color: #8F9ECB; }
span { border-color: rgb(143,158,203); }
td.TdClassName
{
border-color: #8F9ECB;
}
.TagClassName
{
border-color: #8F9ECB;
}
</style>