Shades of Portage #8F9EEC
Tints of Portage #8F9EEC
RGB
CMYK
RGB Variations
Color information
#8F9EEC (or 0x8F9EEC) is known color: Portage. HEX triplet: 8F, 9E and EC. RGB value is (143,158,236). Sum of RGB (Red+Green+Blue) = 143+158+236=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F9EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9EEC is #706113. Grayscale: #A2A2A2. Windows color (decimal): -7364884 or 15507087. OLE color: 15507087.
HSL color Cylindrical-coordinate representation of color #8F9EEC: hue angle of 230.32º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F9EEC is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 158 | 236 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.07 |
| HSL | 230.32º | 0.71% | 0.74% | - |
| HSV(B) | 230.32º | 0.39% | 0.93% | - |
| XYZ | 38.69 | 36.35 | 84.33 | - |
| YUV | 162.41 | 169.53 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 236 | 0.39 | 0.33 | 0 | 0.07 | 230.32 | 0.71 | 0.74 |
| Hex | 8F | 9E | EC | 27 | 21 | 0 | 7 | E6 | 47 | 4A |
| Octal | 217 | 236 | 354 | 47 | 41 | 0 | 7 | 346 | 107 | 112 |
| Binary | 10001111 | 10011110 | 11101100 | 100111 | 100001 | 0 | 111 | 11100110 | 1000111 | 1001010 |
Color Harmonies of #8F9EEC
Complementary color
Monochromatic Colors of #8F9EEC
Black with #8F9EEC
Text Example
Text Example
White with #8F9EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9EEC; }
p { color: rgb(143,158,236); }
H1.HeaderClassName
{
color: #8F9EEC;
}
.AnyTagClassName
{
color: #8F9EEC;
}
</style>
background-color css
<style>
a { background-color: #8F9EEC; }
a { background-color: rgb(143,158,236); }
div.DivClassName
{
background-color: #8F9EEC;
}
.BgClassName
{
background-color: #8F9EEC;
}
</style>
border-color css
<style>
span { border-color: #8F9EEC; }
span { border-color: rgb(143,158,236); }
td.TdClassName
{
border-color: #8F9EEC;
}
.TagClassName
{
border-color: #8F9EEC;
}
</style>