Shades of Portage #8898CB
Tints of Portage #8898CB
RGB
CMYK
RGB Variations
Color information
#8898CB (or 0x8898CB) is known color: Portage. HEX triplet: 88, 98 and CB. RGB value is (136,152,203). Sum of RGB (Red+Green+Blue) = 136+152+203=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #8898CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8898CB is #776734. Grayscale: #989898. Windows color (decimal): -7825205 or 13342856. OLE color: 13342856.
HSL color Cylindrical-coordinate representation of color #8898CB: hue angle of 225.67º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8898CB is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 152 | 203 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.20 |
| HSL | 225.67º | 0.39% | 0.66% | - |
| HSV(B) | 225.67º | 0.33% | 0.8% | - |
| XYZ | 32.16 | 32 | 60.98 | - |
| YUV | 153.03 | 156.2 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 152 | 203 | 0.33 | 0.25 | 0 | 0.20 | 225.67 | 0.39 | 0.66 |
| Hex | 88 | 98 | CB | 21 | 19 | 0 | 14 | E2 | 27 | 42 |
| Octal | 210 | 230 | 313 | 41 | 31 | 0 | 24 | 342 | 47 | 102 |
| Binary | 10001000 | 10011000 | 11001011 | 100001 | 11001 | 0 | 10100 | 11100010 | 100111 | 1000010 |
Color Harmonies of #8898CB
Complementary color
Monochromatic Colors of #8898CB
Black with #8898CB
Text Example
Text Example
White with #8898CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8898CB; }
p { color: rgb(136,152,203); }
H1.HeaderClassName
{
color: #8898CB;
}
.AnyTagClassName
{
color: #8898CB;
}
</style>
background-color css
<style>
a { background-color: #8898CB; }
a { background-color: rgb(136,152,203); }
div.DivClassName
{
background-color: #8898CB;
}
.BgClassName
{
background-color: #8898CB;
}
</style>
border-color css
<style>
span { border-color: #8898CB; }
span { border-color: rgb(136,152,203); }
td.TdClassName
{
border-color: #8898CB;
}
.TagClassName
{
border-color: #8898CB;
}
</style>