Shades of Portage #8E9BCC
Tints of Portage #8E9BCC
RGB
CMYK
RGB Variations
Color information
#8E9BCC (or 0x8E9BCC) is known color: Portage. HEX triplet: 8E, 9B and CC. RGB value is (142,155,204). Sum of RGB (Red+Green+Blue) = 142+155+204=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E9BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9BCC is #716433. Grayscale: #9C9C9C. Windows color (decimal): -7431220 or 13409166. OLE color: 13409166.
HSL color Cylindrical-coordinate representation of color #8E9BCC: hue angle of 227.42º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E9BCC is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 155 | 204 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.2 |
| HSL | 227.42º | 0.38% | 0.68% | - |
| HSV(B) | 227.42º | 0.3% | 0.8% | - |
| XYZ | 33.78 | 33.55 | 61.82 | - |
| YUV | 156.7 | 154.69 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 155 | 204 | 0.30 | 0.24 | 0 | 0.2 | 227.42 | 0.38 | 0.68 |
| Hex | 8E | 9B | CC | 1E | 18 | 0 | 14 | E3 | 26 | 44 |
| Octal | 216 | 233 | 314 | 36 | 30 | 0 | 24 | 343 | 46 | 104 |
| Binary | 10001110 | 10011011 | 11001100 | 11110 | 11000 | 0 | 10100 | 11100011 | 100110 | 1000100 |
Color Harmonies of #8E9BCC
Complementary color
Monochromatic Colors of #8E9BCC
Black with #8E9BCC
Text Example
Text Example
White with #8E9BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9BCC; }
p { color: rgb(142,155,204); }
H1.HeaderClassName
{
color: #8E9BCC;
}
.AnyTagClassName
{
color: #8E9BCC;
}
</style>
background-color css
<style>
a { background-color: #8E9BCC; }
a { background-color: rgb(142,155,204); }
div.DivClassName
{
background-color: #8E9BCC;
}
.BgClassName
{
background-color: #8E9BCC;
}
</style>
border-color css
<style>
span { border-color: #8E9BCC; }
span { border-color: rgb(142,155,204); }
td.TdClassName
{
border-color: #8E9BCC;
}
.TagClassName
{
border-color: #8E9BCC;
}
</style>