Shades of Portage #8C9FEC
Tints of Portage #8C9FEC
RGB
CMYK
RGB Variations
Color information
#8C9FEC (or 0x8C9FEC) is known color: Portage. HEX triplet: 8C, 9F and EC. RGB value is (140,159,236). Sum of RGB (Red+Green+Blue) = 140+159+236=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C9FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9FEC is #736013. Grayscale: #A1A1A1. Windows color (decimal): -7561236 or 15507340. OLE color: 15507340.
HSL color Cylindrical-coordinate representation of color #8C9FEC: hue angle of 228.12º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C9FEC is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 159 | 236 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.07 |
| HSL | 228.13º | 0.72% | 0.74% | - |
| HSV(B) | 228.13º | 0.41% | 0.93% | - |
| XYZ | 38.35 | 36.43 | 84.37 | - |
| YUV | 162.1 | 169.71 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 236 | 0.41 | 0.33 | 0 | 0.07 | 228.13 | 0.72 | 0.74 |
| Hex | 8C | 9F | EC | 29 | 21 | 0 | 7 | E4 | 48 | 4A |
| Octal | 214 | 237 | 354 | 51 | 41 | 0 | 7 | 344 | 110 | 112 |
| Binary | 10001100 | 10011111 | 11101100 | 101001 | 100001 | 0 | 111 | 11100100 | 1001000 | 1001010 |
Color Harmonies of #8C9FEC
Complementary color
Monochromatic Colors of #8C9FEC
Black with #8C9FEC
Text Example
Text Example
White with #8C9FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9FEC; }
p { color: rgb(140,159,236); }
H1.HeaderClassName
{
color: #8C9FEC;
}
.AnyTagClassName
{
color: #8C9FEC;
}
</style>
background-color css
<style>
a { background-color: #8C9FEC; }
a { background-color: rgb(140,159,236); }
div.DivClassName
{
background-color: #8C9FEC;
}
.BgClassName
{
background-color: #8C9FEC;
}
</style>
border-color css
<style>
span { border-color: #8C9FEC; }
span { border-color: rgb(140,159,236); }
td.TdClassName
{
border-color: #8C9FEC;
}
.TagClassName
{
border-color: #8C9FEC;
}
</style>