Shades of Portage #8E95ED
Tints of Portage #8E95ED
RGB
CMYK
RGB Variations
Color information
#8E95ED (or 0x8E95ED) is known color: Portage. HEX triplet: 8E, 95 and ED. RGB value is (142,149,237). Sum of RGB (Red+Green+Blue) = 142+149+237=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E95ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E95ED is #716A12. Grayscale: #9C9C9C. Windows color (decimal): -7432723 or 15570318. OLE color: 15570318.
HSL color Cylindrical-coordinate representation of color #8E95ED: hue angle of 235.58º 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 #8E95ED is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 149 | 237 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.07 |
| HSL | 235.58º | 0.73% | 0.74% | - |
| HSV(B) | 235.58º | 0.4% | 0.93% | - |
| XYZ | 37.19 | 33.36 | 84.6 | - |
| YUV | 156.94 | 173.18 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 149 | 237 | 0.40 | 0.37 | 0 | 0.07 | 235.58 | 0.73 | 0.74 |
| Hex | 8E | 95 | ED | 28 | 25 | 0 | 7 | EC | 49 | 4A |
| Octal | 216 | 225 | 355 | 50 | 45 | 0 | 7 | 354 | 111 | 112 |
| Binary | 10001110 | 10010101 | 11101101 | 101000 | 100101 | 0 | 111 | 11101100 | 1001001 | 1001010 |
Color Harmonies of #8E95ED
Complementary color
Monochromatic Colors of #8E95ED
Black with #8E95ED
Text Example
Text Example
White with #8E95ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E95ED; }
p { color: rgb(142,149,237); }
H1.HeaderClassName
{
color: #8E95ED;
}
.AnyTagClassName
{
color: #8E95ED;
}
</style>
background-color css
<style>
a { background-color: #8E95ED; }
a { background-color: rgb(142,149,237); }
div.DivClassName
{
background-color: #8E95ED;
}
.BgClassName
{
background-color: #8E95ED;
}
</style>
border-color css
<style>
span { border-color: #8E95ED; }
span { border-color: rgb(142,149,237); }
td.TdClassName
{
border-color: #8E95ED;
}
.TagClassName
{
border-color: #8E95ED;
}
</style>