Shades of Portage #8E9BCD
Tints of Portage #8E9BCD
RGB
CMYK
RGB Variations
Color information
#8E9BCD (or 0x8E9BCD) is known color: Portage. HEX triplet: 8E, 9B and CD. RGB value is (142,155,205). Sum of RGB (Red+Green+Blue) = 142+155+205=502 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.29% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E9BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9BCD is #716432. Grayscale: #9C9C9C. Windows color (decimal): -7431219 or 13474702. OLE color: 13474702.
HSL color Cylindrical-coordinate representation of color #8E9BCD: hue angle of 227.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E9BCD is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 155 | 205 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.20 |
| HSL | 227.62º | 0.39% | 0.68% | - |
| HSV(B) | 227.62º | 0.31% | 0.8% | - |
| XYZ | 33.9 | 33.6 | 62.46 | - |
| YUV | 156.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 155 | 205 | 0.31 | 0.24 | 0 | 0.20 | 227.62 | 0.39 | 0.68 |
| Hex | 8E | 9B | CD | 1F | 18 | 0 | 14 | E4 | 27 | 44 |
| Octal | 216 | 233 | 315 | 37 | 30 | 0 | 24 | 344 | 47 | 104 |
| Binary | 10001110 | 10011011 | 11001101 | 11111 | 11000 | 0 | 10100 | 11100100 | 100111 | 1000100 |
Color Harmonies of #8E9BCD
Complementary color
Monochromatic Colors of #8E9BCD
Black with #8E9BCD
Text Example
Text Example
White with #8E9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9BCD; }
p { color: rgb(142,155,205); }
H1.HeaderClassName
{
color: #8E9BCD;
}
.AnyTagClassName
{
color: #8E9BCD;
}
</style>
background-color css
<style>
a { background-color: #8E9BCD; }
a { background-color: rgb(142,155,205); }
div.DivClassName
{
background-color: #8E9BCD;
}
.BgClassName
{
background-color: #8E9BCD;
}
</style>
border-color css
<style>
span { border-color: #8E9BCD; }
span { border-color: rgb(142,155,205); }
td.TdClassName
{
border-color: #8E9BCD;
}
.TagClassName
{
border-color: #8E9BCD;
}
</style>