Shades of Portage #8E8BEF
Tints of Portage #8E8BEF
RGB
CMYK
RGB Variations
Color information
#8E8BEF (or 0x8E8BEF) is known color: Portage. HEX triplet: 8E, 8B and EF. RGB value is (142,139,239). Sum of RGB (Red+Green+Blue) = 142+139+239=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #8E8BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8BEF is #717410. Grayscale: #969696. Windows color (decimal): -7435281 or 15698830. OLE color: 15698830.
HSL color Cylindrical-coordinate representation of color #8E8BEF: hue angle of 241.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E8BEF is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 142 | 139 | 239 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.06 |
| HSL | 241.8º | 0.76% | 0.74% | - |
| HSV(B) | 241.8º | 0.42% | 0.94% | - |
| XYZ | 35.97 | 30.45 | 85.64 | - |
| YUV | 151.3 | 177.49 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 139 | 239 | 0.41 | 0.42 | 0 | 0.06 | 241.8 | 0.76 | 0.74 |
| Hex | 8E | 8B | EF | 29 | 2A | 0 | 6 | F2 | 4C | 4A |
| Octal | 216 | 213 | 357 | 51 | 52 | 0 | 6 | 362 | 114 | 112 |
| Binary | 10001110 | 10001011 | 11101111 | 101001 | 101010 | 0 | 110 | 11110010 | 1001100 | 1001010 |
Color Harmonies of #8E8BEF
Complementary color
Monochromatic Colors of #8E8BEF
Black with #8E8BEF
Text Example
Text Example
White with #8E8BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8BEF; }
p { color: rgb(142,139,239); }
H1.HeaderClassName
{
color: #8E8BEF;
}
.AnyTagClassName
{
color: #8E8BEF;
}
</style>
background-color css
<style>
a { background-color: #8E8BEF; }
a { background-color: rgb(142,139,239); }
div.DivClassName
{
background-color: #8E8BEF;
}
.BgClassName
{
background-color: #8E8BEF;
}
</style>
border-color css
<style>
span { border-color: #8E8BEF; }
span { border-color: rgb(142,139,239); }
td.TdClassName
{
border-color: #8E8BEF;
}
.TagClassName
{
border-color: #8E8BEF;
}
</style>