Shades of Portage #8898C9
Tints of Portage #8898C9
RGB
CMYK
RGB Variations
Color information
#8898C9 (or 0x8898C9) is known color: Portage. HEX triplet: 88, 98 and C9. RGB value is (136,152,201). Sum of RGB (Red+Green+Blue) = 136+152+201=489 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.81% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 201 - color contains mainly: blue. Hex color #8898C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8898C9 is #776736. Grayscale: #989898. Windows color (decimal): -7825207 or 13211784. OLE color: 13211784.
HSL color Cylindrical-coordinate representation of color #8898C9: hue angle of 225.23º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8898C9 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 152 | 201 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.21 |
| HSL | 225.23º | 0.38% | 0.66% | - |
| HSV(B) | 225.23º | 0.32% | 0.79% | - |
| XYZ | 31.92 | 31.91 | 59.73 | - |
| YUV | 152.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 152 | 201 | 0.32 | 0.24 | 0 | 0.21 | 225.23 | 0.38 | 0.66 |
| Hex | 88 | 98 | C9 | 20 | 18 | 0 | 15 | E1 | 26 | 42 |
| Octal | 210 | 230 | 311 | 40 | 30 | 0 | 25 | 341 | 46 | 102 |
| Binary | 10001000 | 10011000 | 11001001 | 100000 | 11000 | 0 | 10101 | 11100001 | 100110 | 1000010 |
Color Harmonies of #8898C9
Complementary color
Monochromatic Colors of #8898C9
Black with #8898C9
Text Example
Text Example
White with #8898C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8898C9; }
p { color: rgb(136,152,201); }
H1.HeaderClassName
{
color: #8898C9;
}
.AnyTagClassName
{
color: #8898C9;
}
</style>
background-color css
<style>
a { background-color: #8898C9; }
a { background-color: rgb(136,152,201); }
div.DivClassName
{
background-color: #8898C9;
}
.BgClassName
{
background-color: #8898C9;
}
</style>
border-color css
<style>
span { border-color: #8898C9; }
span { border-color: rgb(136,152,201); }
td.TdClassName
{
border-color: #8898C9;
}
.TagClassName
{
border-color: #8898C9;
}
</style>