Shades of Portage #8E9DDE
Tints of Portage #8E9DDE
RGB
CMYK
RGB Variations
Color information
#8E9DDE (or 0x8E9DDE) is known color: Portage. HEX triplet: 8E, 9D and DE. RGB value is (142,157,222). Sum of RGB (Red+Green+Blue) = 142+157+222=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E9DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9DDE is #716221. Grayscale: #9F9F9F. Windows color (decimal): -7430690 or 14589326. OLE color: 14589326.
HSL color Cylindrical-coordinate representation of color #8E9DDE: hue angle of 228.75º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E9DDE is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 157 | 222 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.13 |
| HSL | 228.75º | 0.55% | 0.71% | - |
| HSV(B) | 228.75º | 0.36% | 0.87% | - |
| XYZ | 36.4 | 35.14 | 73.97 | - |
| YUV | 159.93 | 163.03 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 157 | 222 | 0.36 | 0.29 | 0 | 0.13 | 228.75 | 0.55 | 0.71 |
| Hex | 8E | 9D | DE | 24 | 1D | 0 | D | E5 | 37 | 47 |
| Octal | 216 | 235 | 336 | 44 | 35 | 0 | 15 | 345 | 67 | 107 |
| Binary | 10001110 | 10011101 | 11011110 | 100100 | 11101 | 0 | 1101 | 11100101 | 110111 | 1000111 |
Color Harmonies of #8E9DDE
Complementary color
Monochromatic Colors of #8E9DDE
Black with #8E9DDE
Text Example
Text Example
White with #8E9DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9DDE; }
p { color: rgb(142,157,222); }
H1.HeaderClassName
{
color: #8E9DDE;
}
.AnyTagClassName
{
color: #8E9DDE;
}
</style>
background-color css
<style>
a { background-color: #8E9DDE; }
a { background-color: rgb(142,157,222); }
div.DivClassName
{
background-color: #8E9DDE;
}
.BgClassName
{
background-color: #8E9DDE;
}
</style>
border-color css
<style>
span { border-color: #8E9DDE; }
span { border-color: rgb(142,157,222); }
td.TdClassName
{
border-color: #8E9DDE;
}
.TagClassName
{
border-color: #8E9DDE;
}
</style>