Shades of Portage #8E99CB
Tints of Portage #8E99CB
RGB
CMYK
RGB Variations
Color information
#8E99CB (or 0x8E99CB) is known color: Portage. HEX triplet: 8E, 99 and CB. RGB value is (142,153,203). Sum of RGB (Red+Green+Blue) = 142+153+203=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E99CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E99CB is #716634. Grayscale: #9B9B9B. Windows color (decimal): -7431733 or 13343118. OLE color: 13343118.
HSL color Cylindrical-coordinate representation of color #8E99CB: hue angle of 229.18º 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 #8E99CB is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 153 | 203 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.20 |
| HSL | 229.18º | 0.37% | 0.68% | - |
| HSV(B) | 229.18º | 0.3% | 0.8% | - |
| XYZ | 33.33 | 32.85 | 61.08 | - |
| YUV | 155.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 153 | 203 | 0.30 | 0.25 | 0 | 0.20 | 229.18 | 0.37 | 0.68 |
| Hex | 8E | 99 | CB | 1E | 19 | 0 | 14 | E5 | 25 | 44 |
| Octal | 216 | 231 | 313 | 36 | 31 | 0 | 24 | 345 | 45 | 104 |
| Binary | 10001110 | 10011001 | 11001011 | 11110 | 11001 | 0 | 10100 | 11100101 | 100101 | 1000100 |
Color Harmonies of #8E99CB
Complementary color
Monochromatic Colors of #8E99CB
Black with #8E99CB
Text Example
Text Example
White with #8E99CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E99CB; }
p { color: rgb(142,153,203); }
H1.HeaderClassName
{
color: #8E99CB;
}
.AnyTagClassName
{
color: #8E99CB;
}
</style>
background-color css
<style>
a { background-color: #8E99CB; }
a { background-color: rgb(142,153,203); }
div.DivClassName
{
background-color: #8E99CB;
}
.BgClassName
{
background-color: #8E99CB;
}
</style>
border-color css
<style>
span { border-color: #8E99CB; }
span { border-color: rgb(142,153,203); }
td.TdClassName
{
border-color: #8E99CB;
}
.TagClassName
{
border-color: #8E99CB;
}
</style>