Shades of Portage #8E92DE
Tints of Portage #8E92DE
RGB
CMYK
RGB Variations
Color information
#8E92DE (or 0x8E92DE) is known color: Portage. HEX triplet: 8E, 92 and DE. RGB value is (142,146,222). Sum of RGB (Red+Green+Blue) = 142+146+222=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E92DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E92DE is #716D21. Grayscale: #999999. Windows color (decimal): -7433506 or 14586510. OLE color: 14586510.
HSL color Cylindrical-coordinate representation of color #8E92DE: hue angle of 237º 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 #8E92DE is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 146 | 222 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.13 |
| HSL | 237º | 0.55% | 0.71% | - |
| HSV(B) | 237º | 0.36% | 0.87% | - |
| XYZ | 34.62 | 31.58 | 73.38 | - |
| YUV | 153.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 146 | 222 | 0.36 | 0.34 | 0 | 0.13 | 237 | 0.55 | 0.71 |
| Hex | 8E | 92 | DE | 24 | 22 | 0 | D | ED | 37 | 47 |
| Octal | 216 | 222 | 336 | 44 | 42 | 0 | 15 | 355 | 67 | 107 |
| Binary | 10001110 | 10010010 | 11011110 | 100100 | 100010 | 0 | 1101 | 11101101 | 110111 | 1000111 |
Color Harmonies of #8E92DE
Complementary color
Monochromatic Colors of #8E92DE
Black with #8E92DE
Text Example
Text Example
White with #8E92DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E92DE; }
p { color: rgb(142,146,222); }
H1.HeaderClassName
{
color: #8E92DE;
}
.AnyTagClassName
{
color: #8E92DE;
}
</style>
background-color css
<style>
a { background-color: #8E92DE; }
a { background-color: rgb(142,146,222); }
div.DivClassName
{
background-color: #8E92DE;
}
.BgClassName
{
background-color: #8E92DE;
}
</style>
border-color css
<style>
span { border-color: #8E92DE; }
span { border-color: rgb(142,146,222); }
td.TdClassName
{
border-color: #8E92DE;
}
.TagClassName
{
border-color: #8E92DE;
}
</style>