Shades of Portage #8E9ADE
Tints of Portage #8E9ADE
RGB
CMYK
RGB Variations
Color information
#8E9ADE (or 0x8E9ADE) is known color: Portage. HEX triplet: 8E, 9A and DE. RGB value is (142,154,222). Sum of RGB (Red+Green+Blue) = 142+154+222=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E9ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9ADE is #716521. Grayscale: #9D9D9D. Windows color (decimal): -7431458 or 14588558. OLE color: 14588558.
HSL color Cylindrical-coordinate representation of color #8E9ADE: hue angle of 231º 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 #8E9ADE is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 154 | 222 | - |
| CMYK | 0.36 | 0.31 | 0 | 0.13 |
| HSL | 231º | 0.55% | 0.71% | - |
| HSV(B) | 231º | 0.36% | 0.87% | - |
| XYZ | 35.9 | 34.14 | 73.8 | - |
| YUV | 158.16 | 164.02 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 154 | 222 | 0.36 | 0.31 | 0 | 0.13 | 231 | 0.55 | 0.71 |
| Hex | 8E | 9A | DE | 24 | 1F | 0 | D | E7 | 37 | 47 |
| Octal | 216 | 232 | 336 | 44 | 37 | 0 | 15 | 347 | 67 | 107 |
| Binary | 10001110 | 10011010 | 11011110 | 100100 | 11111 | 0 | 1101 | 11100111 | 110111 | 1000111 |
Color Harmonies of #8E9ADE
Complementary color
Monochromatic Colors of #8E9ADE
Black with #8E9ADE
Text Example
Text Example
White with #8E9ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9ADE; }
p { color: rgb(142,154,222); }
H1.HeaderClassName
{
color: #8E9ADE;
}
.AnyTagClassName
{
color: #8E9ADE;
}
</style>
background-color css
<style>
a { background-color: #8E9ADE; }
a { background-color: rgb(142,154,222); }
div.DivClassName
{
background-color: #8E9ADE;
}
.BgClassName
{
background-color: #8E9ADE;
}
</style>
border-color css
<style>
span { border-color: #8E9ADE; }
span { border-color: rgb(142,154,222); }
td.TdClassName
{
border-color: #8E9ADE;
}
.TagClassName
{
border-color: #8E9ADE;
}
</style>