Shades of Portage #8C8EEB
Tints of Portage #8C8EEB
RGB
CMYK
RGB Variations
Color information
#8C8EEB (or 0x8C8EEB) is known color: Portage. HEX triplet: 8C, 8E and EB. RGB value is (140,142,235). Sum of RGB (Red+Green+Blue) = 140+142+235=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C8EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8EEB is #737114. Grayscale: #979797. Windows color (decimal): -7565589 or 15437452. OLE color: 15437452.
HSL color Cylindrical-coordinate representation of color #8C8EEB: hue angle of 238.74º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C8EEB is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 142 | 235 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.08 |
| HSL | 238.74º | 0.7% | 0.74% | - |
| HSV(B) | 238.74º | 0.4% | 0.92% | - |
| XYZ | 35.48 | 30.92 | 82.7 | - |
| YUV | 152 | 174.84 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 142 | 235 | 0.40 | 0.40 | 0 | 0.08 | 238.74 | 0.7 | 0.74 |
| Hex | 8C | 8E | EB | 28 | 28 | 0 | 8 | EF | 46 | 4A |
| Octal | 214 | 216 | 353 | 50 | 50 | 0 | 10 | 357 | 106 | 112 |
| Binary | 10001100 | 10001110 | 11101011 | 101000 | 101000 | 0 | 1000 | 11101111 | 1000110 | 1001010 |
Color Harmonies of #8C8EEB
Complementary color
Monochromatic Colors of #8C8EEB
Black with #8C8EEB
Text Example
Text Example
White with #8C8EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8EEB; }
p { color: rgb(140,142,235); }
H1.HeaderClassName
{
color: #8C8EEB;
}
.AnyTagClassName
{
color: #8C8EEB;
}
</style>
background-color css
<style>
a { background-color: #8C8EEB; }
a { background-color: rgb(140,142,235); }
div.DivClassName
{
background-color: #8C8EEB;
}
.BgClassName
{
background-color: #8C8EEB;
}
</style>
border-color css
<style>
span { border-color: #8C8EEB; }
span { border-color: rgb(140,142,235); }
td.TdClassName
{
border-color: #8C8EEB;
}
.TagClassName
{
border-color: #8C8EEB;
}
</style>