Shades of Portage #8C8FEC
Tints of Portage #8C8FEC
RGB
CMYK
RGB Variations
Color information
#8C8FEC (or 0x8C8FEC) is known color: Portage. HEX triplet: 8C, 8F and EC. RGB value is (140,143,236). Sum of RGB (Red+Green+Blue) = 140+143+236=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C8FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8FEC is #737013. Grayscale: #989898. Windows color (decimal): -7565332 or 15503244. OLE color: 15503244.
HSL color Cylindrical-coordinate representation of color #8C8FEC: hue angle of 238.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 #8C8FEC is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 143 | 236 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.07 |
| HSL | 238.13º | 0.72% | 0.74% | - |
| HSV(B) | 238.13º | 0.41% | 0.93% | - |
| XYZ | 35.78 | 31.28 | 83.51 | - |
| YUV | 152.71 | 175.01 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 236 | 0.41 | 0.39 | 0 | 0.07 | 238.13 | 0.72 | 0.74 |
| Hex | 8C | 8F | EC | 29 | 27 | 0 | 7 | EE | 48 | 4A |
| Octal | 214 | 217 | 354 | 51 | 47 | 0 | 7 | 356 | 110 | 112 |
| Binary | 10001100 | 10001111 | 11101100 | 101001 | 100111 | 0 | 111 | 11101110 | 1001000 | 1001010 |
Color Harmonies of #8C8FEC
Complementary color
Monochromatic Colors of #8C8FEC
Black with #8C8FEC
Text Example
Text Example
White with #8C8FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8FEC; }
p { color: rgb(140,143,236); }
H1.HeaderClassName
{
color: #8C8FEC;
}
.AnyTagClassName
{
color: #8C8FEC;
}
</style>
background-color css
<style>
a { background-color: #8C8FEC; }
a { background-color: rgb(140,143,236); }
div.DivClassName
{
background-color: #8C8FEC;
}
.BgClassName
{
background-color: #8C8FEC;
}
</style>
border-color css
<style>
span { border-color: #8C8FEC; }
span { border-color: rgb(140,143,236); }
td.TdClassName
{
border-color: #8C8FEC;
}
.TagClassName
{
border-color: #8C8FEC;
}
</style>