Shades of Portage #8897CB
Tints of Portage #8897CB
RGB
CMYK
RGB Variations
Color information
#8897CB (or 0x8897CB) is known color: Portage. HEX triplet: 88, 97 and CB. RGB value is (136,151,203). Sum of RGB (Red+Green+Blue) = 136+151+203=490 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.76% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #8897CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8897CB is #776834. Grayscale: #989898. Windows color (decimal): -7825461 or 13342600. OLE color: 13342600.
HSL color Cylindrical-coordinate representation of color #8897CB: hue angle of 226.57º 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 #8897CB is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 151 | 203 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.20 |
| HSL | 226.57º | 0.39% | 0.66% | - |
| HSV(B) | 226.57º | 0.33% | 0.8% | - |
| XYZ | 32 | 31.68 | 60.93 | - |
| YUV | 152.44 | 156.53 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 151 | 203 | 0.33 | 0.26 | 0 | 0.20 | 226.57 | 0.39 | 0.66 |
| Hex | 88 | 97 | CB | 21 | 1A | 0 | 14 | E3 | 27 | 42 |
| Octal | 210 | 227 | 313 | 41 | 32 | 0 | 24 | 343 | 47 | 102 |
| Binary | 10001000 | 10010111 | 11001011 | 100001 | 11010 | 0 | 10100 | 11100011 | 100111 | 1000010 |
Color Harmonies of #8897CB
Complementary color
Monochromatic Colors of #8897CB
Black with #8897CB
Text Example
Text Example
White with #8897CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8897CB; }
p { color: rgb(136,151,203); }
H1.HeaderClassName
{
color: #8897CB;
}
.AnyTagClassName
{
color: #8897CB;
}
</style>
background-color css
<style>
a { background-color: #8897CB; }
a { background-color: rgb(136,151,203); }
div.DivClassName
{
background-color: #8897CB;
}
.BgClassName
{
background-color: #8897CB;
}
</style>
border-color css
<style>
span { border-color: #8897CB; }
span { border-color: rgb(136,151,203); }
td.TdClassName
{
border-color: #8897CB;
}
.TagClassName
{
border-color: #8897CB;
}
</style>