Shades of Portage #8F9ECE
Tints of Portage #8F9ECE
RGB
CMYK
RGB Variations
Color information
#8F9ECE (or 0x8F9ECE) is known color: Portage. HEX triplet: 8F, 9E and CE. RGB value is (143,158,206). Sum of RGB (Red+Green+Blue) = 143+158+206=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F9ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9ECE is #706131. Grayscale: #9E9E9E. Windows color (decimal): -7364914 or 13541007. OLE color: 13541007.
HSL color Cylindrical-coordinate representation of color #8F9ECE: hue angle of 225.71º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F9ECE is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 158 | 206 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.19 |
| HSL | 225.71º | 0.39% | 0.68% | - |
| HSV(B) | 225.71º | 0.31% | 0.81% | - |
| XYZ | 34.7 | 34.75 | 63.27 | - |
| YUV | 158.99 | 154.53 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 206 | 0.31 | 0.23 | 0 | 0.19 | 225.71 | 0.39 | 0.68 |
| Hex | 8F | 9E | CE | 1F | 17 | 0 | 13 | E2 | 27 | 44 |
| Octal | 217 | 236 | 316 | 37 | 27 | 0 | 23 | 342 | 47 | 104 |
| Binary | 10001111 | 10011110 | 11001110 | 11111 | 10111 | 0 | 10011 | 11100010 | 100111 | 1000100 |
Color Harmonies of #8F9ECE
Complementary color
Monochromatic Colors of #8F9ECE
Black with #8F9ECE
Text Example
Text Example
White with #8F9ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9ECE; }
p { color: rgb(143,158,206); }
H1.HeaderClassName
{
color: #8F9ECE;
}
.AnyTagClassName
{
color: #8F9ECE;
}
</style>
background-color css
<style>
a { background-color: #8F9ECE; }
a { background-color: rgb(143,158,206); }
div.DivClassName
{
background-color: #8F9ECE;
}
.BgClassName
{
background-color: #8F9ECE;
}
</style>
border-color css
<style>
span { border-color: #8F9ECE; }
span { border-color: rgb(143,158,206); }
td.TdClassName
{
border-color: #8F9ECE;
}
.TagClassName
{
border-color: #8F9ECE;
}
</style>