Shades of Portage #8E96ED
Tints of Portage #8E96ED
RGB
CMYK
RGB Variations
Color information
#8E96ED (or 0x8E96ED) is known color: Portage. HEX triplet: 8E, 96 and ED. RGB value is (142,150,237). Sum of RGB (Red+Green+Blue) = 142+150+237=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E96ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E96ED is #716912. Grayscale: #9D9D9D. Windows color (decimal): -7432467 or 15570574. OLE color: 15570574.
HSL color Cylindrical-coordinate representation of color #8E96ED: hue angle of 234.95º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E96ED is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 150 | 237 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.07 |
| HSL | 234.95º | 0.73% | 0.74% | - |
| HSV(B) | 234.95º | 0.4% | 0.93% | - |
| XYZ | 37.35 | 33.68 | 84.65 | - |
| YUV | 157.53 | 172.85 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 150 | 237 | 0.40 | 0.37 | 0 | 0.07 | 234.95 | 0.73 | 0.74 |
| Hex | 8E | 96 | ED | 28 | 25 | 0 | 7 | EB | 49 | 4A |
| Octal | 216 | 226 | 355 | 50 | 45 | 0 | 7 | 353 | 111 | 112 |
| Binary | 10001110 | 10010110 | 11101101 | 101000 | 100101 | 0 | 111 | 11101011 | 1001001 | 1001010 |
Color Harmonies of #8E96ED
Complementary color
Monochromatic Colors of #8E96ED
Black with #8E96ED
Text Example
Text Example
White with #8E96ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E96ED; }
p { color: rgb(142,150,237); }
H1.HeaderClassName
{
color: #8E96ED;
}
.AnyTagClassName
{
color: #8E96ED;
}
</style>
background-color css
<style>
a { background-color: #8E96ED; }
a { background-color: rgb(142,150,237); }
div.DivClassName
{
background-color: #8E96ED;
}
.BgClassName
{
background-color: #8E96ED;
}
</style>
border-color css
<style>
span { border-color: #8E96ED; }
span { border-color: rgb(142,150,237); }
td.TdClassName
{
border-color: #8E96ED;
}
.TagClassName
{
border-color: #8E96ED;
}
</style>