Shades of Portage #8E97EE
Tints of Portage #8E97EE
RGB
CMYK
RGB Variations
Color information
#8E97EE (or 0x8E97EE) is known color: Portage. HEX triplet: 8E, 97 and EE. RGB value is (142,151,238). Sum of RGB (Red+Green+Blue) = 142+151+238=531 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.74% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #8E97EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E97EE is #716811. Grayscale: #9D9D9D. Windows color (decimal): -7432210 or 15636366. OLE color: 15636366.
HSL color Cylindrical-coordinate representation of color #8E97EE: hue angle of 234.38º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E97EE is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 151 | 238 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.07 |
| HSL | 234.38º | 0.74% | 0.75% | - |
| HSV(B) | 234.38º | 0.4% | 0.93% | - |
| XYZ | 37.65 | 34.06 | 85.48 | - |
| YUV | 158.23 | 173.02 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 151 | 238 | 0.40 | 0.37 | 0 | 0.07 | 234.38 | 0.74 | 0.75 |
| Hex | 8E | 97 | EE | 28 | 25 | 0 | 7 | EA | 4A | 4B |
| Octal | 216 | 227 | 356 | 50 | 45 | 0 | 7 | 352 | 112 | 113 |
| Binary | 10001110 | 10010111 | 11101110 | 101000 | 100101 | 0 | 111 | 11101010 | 1001010 | 1001011 |
Color Harmonies of #8E97EE
Complementary color
Monochromatic Colors of #8E97EE
Black with #8E97EE
Text Example
Text Example
White with #8E97EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E97EE; }
p { color: rgb(142,151,238); }
H1.HeaderClassName
{
color: #8E97EE;
}
.AnyTagClassName
{
color: #8E97EE;
}
</style>
background-color css
<style>
a { background-color: #8E97EE; }
a { background-color: rgb(142,151,238); }
div.DivClassName
{
background-color: #8E97EE;
}
.BgClassName
{
background-color: #8E97EE;
}
</style>
border-color css
<style>
span { border-color: #8E97EE; }
span { border-color: rgb(142,151,238); }
td.TdClassName
{
border-color: #8E97EE;
}
.TagClassName
{
border-color: #8E97EE;
}
</style>