Shades of Portage #8C8FEA
Tints of Portage #8C8FEA
RGB
CMYK
RGB Variations
Color information
#8C8FEA (or 0x8C8FEA) is known color: Portage. HEX triplet: 8C, 8F and EA. RGB value is (140,143,234). Sum of RGB (Red+Green+Blue) = 140+143+234=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C8FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8FEA is #737015. Grayscale: #989898. Windows color (decimal): -7565334 or 15372172. OLE color: 15372172.
HSL color Cylindrical-coordinate representation of color #8C8FEA: hue angle of 238.09º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C8FEA is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 143 | 234 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.08 |
| HSL | 238.09º | 0.69% | 0.73% | - |
| HSV(B) | 238.09º | 0.4% | 0.92% | - |
| XYZ | 35.49 | 31.16 | 81.99 | - |
| YUV | 152.48 | 174.01 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 234 | 0.40 | 0.39 | 0 | 0.08 | 238.09 | 0.69 | 0.73 |
| Hex | 8C | 8F | EA | 28 | 27 | 0 | 8 | EE | 45 | 49 |
| Octal | 214 | 217 | 352 | 50 | 47 | 0 | 10 | 356 | 105 | 111 |
| Binary | 10001100 | 10001111 | 11101010 | 101000 | 100111 | 0 | 1000 | 11101110 | 1000101 | 1001001 |
Color Harmonies of #8C8FEA
Complementary color
Monochromatic Colors of #8C8FEA
Black with #8C8FEA
Text Example
Text Example
White with #8C8FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8FEA; }
p { color: rgb(140,143,234); }
H1.HeaderClassName
{
color: #8C8FEA;
}
.AnyTagClassName
{
color: #8C8FEA;
}
</style>
background-color css
<style>
a { background-color: #8C8FEA; }
a { background-color: rgb(140,143,234); }
div.DivClassName
{
background-color: #8C8FEA;
}
.BgClassName
{
background-color: #8C8FEA;
}
</style>
border-color css
<style>
span { border-color: #8C8FEA; }
span { border-color: rgb(140,143,234); }
td.TdClassName
{
border-color: #8C8FEA;
}
.TagClassName
{
border-color: #8C8FEA;
}
</style>