Shades of Portage #8E9DCE
Tints of Portage #8E9DCE
RGB
CMYK
RGB Variations
Color information
#8E9DCE (or 0x8E9DCE) is known color: Portage. HEX triplet: 8E, 9D and CE. RGB value is (142,157,206). Sum of RGB (Red+Green+Blue) = 142+157+206=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E9DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9DCE is #716231. Grayscale: #9D9D9D. Windows color (decimal): -7430706 or 13540750. OLE color: 13540750.
HSL color Cylindrical-coordinate representation of color #8E9DCE: hue angle of 225.94º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E9DCE is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 157 | 206 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.19 |
| HSL | 225.94º | 0.4% | 0.68% | - |
| HSV(B) | 225.94º | 0.31% | 0.81% | - |
| XYZ | 34.35 | 34.32 | 63.21 | - |
| YUV | 158.1 | 155.03 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 157 | 206 | 0.31 | 0.24 | 0 | 0.19 | 225.94 | 0.4 | 0.68 |
| Hex | 8E | 9D | CE | 1F | 18 | 0 | 13 | E2 | 28 | 44 |
| Octal | 216 | 235 | 316 | 37 | 30 | 0 | 23 | 342 | 50 | 104 |
| Binary | 10001110 | 10011101 | 11001110 | 11111 | 11000 | 0 | 10011 | 11100010 | 101000 | 1000100 |
Color Harmonies of #8E9DCE
Complementary color
Monochromatic Colors of #8E9DCE
Black with #8E9DCE
Text Example
Text Example
White with #8E9DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9DCE; }
p { color: rgb(142,157,206); }
H1.HeaderClassName
{
color: #8E9DCE;
}
.AnyTagClassName
{
color: #8E9DCE;
}
</style>
background-color css
<style>
a { background-color: #8E9DCE; }
a { background-color: rgb(142,157,206); }
div.DivClassName
{
background-color: #8E9DCE;
}
.BgClassName
{
background-color: #8E9DCE;
}
</style>
border-color css
<style>
span { border-color: #8E9DCE; }
span { border-color: rgb(142,157,206); }
td.TdClassName
{
border-color: #8E9DCE;
}
.TagClassName
{
border-color: #8E9DCE;
}
</style>