Shades of Portage #8E9CCB
Tints of Portage #8E9CCB
RGB
CMYK
RGB Variations
Color information
#8E9CCB (or 0x8E9CCB) is known color: Portage. HEX triplet: 8E, 9C and CB. RGB value is (142,156,203). Sum of RGB (Red+Green+Blue) = 142+156+203=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E9CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9CCB is #716334. Grayscale: #9C9C9C. Windows color (decimal): -7430965 or 13343886. OLE color: 13343886.
HSL color Cylindrical-coordinate representation of color #8E9CCB: hue angle of 226.23º degrees, saturation: 0.37, 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 #8E9CCB is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 156 | 203 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.20 |
| HSL | 226.23º | 0.37% | 0.68% | - |
| HSV(B) | 226.23º | 0.3% | 0.8% | - |
| XYZ | 33.82 | 33.84 | 61.25 | - |
| YUV | 157.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 156 | 203 | 0.30 | 0.23 | 0 | 0.20 | 226.23 | 0.37 | 0.68 |
| Hex | 8E | 9C | CB | 1E | 17 | 0 | 14 | E2 | 25 | 44 |
| Octal | 216 | 234 | 313 | 36 | 27 | 0 | 24 | 342 | 45 | 104 |
| Binary | 10001110 | 10011100 | 11001011 | 11110 | 10111 | 0 | 10100 | 11100010 | 100101 | 1000100 |
Color Harmonies of #8E9CCB
Complementary color
Monochromatic Colors of #8E9CCB
Black with #8E9CCB
Text Example
Text Example
White with #8E9CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9CCB; }
p { color: rgb(142,156,203); }
H1.HeaderClassName
{
color: #8E9CCB;
}
.AnyTagClassName
{
color: #8E9CCB;
}
</style>
background-color css
<style>
a { background-color: #8E9CCB; }
a { background-color: rgb(142,156,203); }
div.DivClassName
{
background-color: #8E9CCB;
}
.BgClassName
{
background-color: #8E9CCB;
}
</style>
border-color css
<style>
span { border-color: #8E9CCB; }
span { border-color: rgb(142,156,203); }
td.TdClassName
{
border-color: #8E9CCB;
}
.TagClassName
{
border-color: #8E9CCB;
}
</style>