Shades of Portage #8E9BED
Tints of Portage #8E9BED
RGB
CMYK
RGB Variations
Color information
#8E9BED (or 0x8E9BED) is known color: Portage. HEX triplet: 8E, 9B and ED. RGB value is (142,155,237). Sum of RGB (Red+Green+Blue) = 142+155+237=534 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.59% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E9BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9BED is #716412. Grayscale: #A0A0A0. Windows color (decimal): -7431187 or 15571854. OLE color: 15571854.
HSL color Cylindrical-coordinate representation of color #8E9BED: hue angle of 231.79º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E9BED is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 155 | 237 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.07 |
| HSL | 231.79º | 0.73% | 0.74% | - |
| HSV(B) | 231.79º | 0.4% | 0.93% | - |
| XYZ | 38.16 | 35.31 | 84.92 | - |
| YUV | 160.46 | 171.19 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 155 | 237 | 0.40 | 0.35 | 0 | 0.07 | 231.79 | 0.73 | 0.74 |
| Hex | 8E | 9B | ED | 28 | 23 | 0 | 7 | E8 | 49 | 4A |
| Octal | 216 | 233 | 355 | 50 | 43 | 0 | 7 | 350 | 111 | 112 |
| Binary | 10001110 | 10011011 | 11101101 | 101000 | 100011 | 0 | 111 | 11101000 | 1001001 | 1001010 |
Color Harmonies of #8E9BED
Complementary color
Monochromatic Colors of #8E9BED
Black with #8E9BED
Text Example
Text Example
White with #8E9BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9BED; }
p { color: rgb(142,155,237); }
H1.HeaderClassName
{
color: #8E9BED;
}
.AnyTagClassName
{
color: #8E9BED;
}
</style>
background-color css
<style>
a { background-color: #8E9BED; }
a { background-color: rgb(142,155,237); }
div.DivClassName
{
background-color: #8E9BED;
}
.BgClassName
{
background-color: #8E9BED;
}
</style>
border-color css
<style>
span { border-color: #8E9BED; }
span { border-color: rgb(142,155,237); }
td.TdClassName
{
border-color: #8E9BED;
}
.TagClassName
{
border-color: #8E9BED;
}
</style>