Shades of Portage #8E99CC
Tints of Portage #8E99CC
RGB
CMYK
RGB Variations
Color information
#8E99CC (or 0x8E99CC) is known color: Portage. HEX triplet: 8E, 99 and CC. RGB value is (142,153,204). Sum of RGB (Red+Green+Blue) = 142+153+204=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E99CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E99CC is #716633. Grayscale: #9B9B9B. Windows color (decimal): -7431732 or 13408654. OLE color: 13408654.
HSL color Cylindrical-coordinate representation of color #8E99CC: hue angle of 229.35º 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 #8E99CC is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 153 | 204 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.2 |
| HSL | 229.35º | 0.38% | 0.68% | - |
| HSV(B) | 229.35º | 0.3% | 0.8% | - |
| XYZ | 33.45 | 32.89 | 61.71 | - |
| YUV | 155.53 | 155.36 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 153 | 204 | 0.30 | 0.25 | 0 | 0.2 | 229.35 | 0.38 | 0.68 |
| Hex | 8E | 99 | CC | 1E | 19 | 0 | 14 | E5 | 26 | 44 |
| Octal | 216 | 231 | 314 | 36 | 31 | 0 | 24 | 345 | 46 | 104 |
| Binary | 10001110 | 10011001 | 11001100 | 11110 | 11001 | 0 | 10100 | 11100101 | 100110 | 1000100 |
Color Harmonies of #8E99CC
Complementary color
Monochromatic Colors of #8E99CC
Black with #8E99CC
Text Example
Text Example
White with #8E99CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E99CC; }
p { color: rgb(142,153,204); }
H1.HeaderClassName
{
color: #8E99CC;
}
.AnyTagClassName
{
color: #8E99CC;
}
</style>
background-color css
<style>
a { background-color: #8E99CC; }
a { background-color: rgb(142,153,204); }
div.DivClassName
{
background-color: #8E99CC;
}
.BgClassName
{
background-color: #8E99CC;
}
</style>
border-color css
<style>
span { border-color: #8E99CC; }
span { border-color: rgb(142,153,204); }
td.TdClassName
{
border-color: #8E99CC;
}
.TagClassName
{
border-color: #8E99CC;
}
</style>