Shades of Portage #8E9BCE
Tints of Portage #8E9BCE
RGB
CMYK
RGB Variations
Color information
#8E9BCE (or 0x8E9BCE) is known color: Portage. HEX triplet: 8E, 9B and CE. RGB value is (142,155,206). Sum of RGB (Red+Green+Blue) = 142+155+206=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E9BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9BCE is #716431. Grayscale: #9C9C9C. Windows color (decimal): -7431218 or 13540238. OLE color: 13540238.
HSL color Cylindrical-coordinate representation of color #8E9BCE: hue angle of 227.81º 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 #8E9BCE is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 155 | 206 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.19 |
| HSL | 227.81º | 0.4% | 0.68% | - |
| HSV(B) | 227.81º | 0.31% | 0.81% | - |
| XYZ | 34.02 | 33.65 | 63.09 | - |
| YUV | 156.93 | 155.69 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 155 | 206 | 0.31 | 0.25 | 0 | 0.19 | 227.81 | 0.4 | 0.68 |
| Hex | 8E | 9B | CE | 1F | 19 | 0 | 13 | E4 | 28 | 44 |
| Octal | 216 | 233 | 316 | 37 | 31 | 0 | 23 | 344 | 50 | 104 |
| Binary | 10001110 | 10011011 | 11001110 | 11111 | 11001 | 0 | 10011 | 11100100 | 101000 | 1000100 |
Color Harmonies of #8E9BCE
Complementary color
Monochromatic Colors of #8E9BCE
Black with #8E9BCE
Text Example
Text Example
White with #8E9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9BCE; }
p { color: rgb(142,155,206); }
H1.HeaderClassName
{
color: #8E9BCE;
}
.AnyTagClassName
{
color: #8E9BCE;
}
</style>
background-color css
<style>
a { background-color: #8E9BCE; }
a { background-color: rgb(142,155,206); }
div.DivClassName
{
background-color: #8E9BCE;
}
.BgClassName
{
background-color: #8E9BCE;
}
</style>
border-color css
<style>
span { border-color: #8E9BCE; }
span { border-color: rgb(142,155,206); }
td.TdClassName
{
border-color: #8E9BCE;
}
.TagClassName
{
border-color: #8E9BCE;
}
</style>