Shades of Portage #8898CA
Tints of Portage #8898CA
RGB
CMYK
RGB Variations
Color information
#8898CA (or 0x8898CA) is known color: Portage. HEX triplet: 88, 98 and CA. RGB value is (136,152,202). Sum of RGB (Red+Green+Blue) = 136+152+202=490 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.76% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #8898CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8898CA is #776735. Grayscale: #989898. Windows color (decimal): -7825206 or 13277320. OLE color: 13277320.
HSL color Cylindrical-coordinate representation of color #8898CA: hue angle of 225.45º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8898CA is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 152 | 202 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.21 |
| HSL | 225.45º | 0.38% | 0.66% | - |
| HSV(B) | 225.45º | 0.33% | 0.79% | - |
| XYZ | 32.04 | 31.95 | 60.36 | - |
| YUV | 152.92 | 155.7 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 152 | 202 | 0.33 | 0.25 | 0 | 0.21 | 225.45 | 0.38 | 0.66 |
| Hex | 88 | 98 | CA | 21 | 19 | 0 | 15 | E1 | 26 | 42 |
| Octal | 210 | 230 | 312 | 41 | 31 | 0 | 25 | 341 | 46 | 102 |
| Binary | 10001000 | 10011000 | 11001010 | 100001 | 11001 | 0 | 10101 | 11100001 | 100110 | 1000010 |
Color Harmonies of #8898CA
Complementary color
Monochromatic Colors of #8898CA
Black with #8898CA
Text Example
Text Example
White with #8898CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8898CA; }
p { color: rgb(136,152,202); }
H1.HeaderClassName
{
color: #8898CA;
}
.AnyTagClassName
{
color: #8898CA;
}
</style>
background-color css
<style>
a { background-color: #8898CA; }
a { background-color: rgb(136,152,202); }
div.DivClassName
{
background-color: #8898CA;
}
.BgClassName
{
background-color: #8898CA;
}
</style>
border-color css
<style>
span { border-color: #8898CA; }
span { border-color: rgb(136,152,202); }
td.TdClassName
{
border-color: #8898CA;
}
.TagClassName
{
border-color: #8898CA;
}
</style>