Shades of Portage #8899CB
Tints of Portage #8899CB
RGB
CMYK
RGB Variations
Color information
#8899CB (or 0x8899CB) is known color: Portage. HEX triplet: 88, 99 and CB. RGB value is (136,153,203). Sum of RGB (Red+Green+Blue) = 136+153+203=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #8899CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8899CB is #776634. Grayscale: #999999. Windows color (decimal): -7824949 or 13343112. OLE color: 13343112.
HSL color Cylindrical-coordinate representation of color #8899CB: hue angle of 224.78º 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 #8899CB is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 153 | 203 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.20 |
| HSL | 224.78º | 0.39% | 0.66% | - |
| HSV(B) | 224.78º | 0.33% | 0.8% | - |
| XYZ | 32.32 | 32.33 | 61.04 | - |
| YUV | 153.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 153 | 203 | 0.33 | 0.25 | 0 | 0.20 | 224.78 | 0.39 | 0.66 |
| Hex | 88 | 99 | CB | 21 | 19 | 0 | 14 | E1 | 27 | 42 |
| Octal | 210 | 231 | 313 | 41 | 31 | 0 | 24 | 341 | 47 | 102 |
| Binary | 10001000 | 10011001 | 11001011 | 100001 | 11001 | 0 | 10100 | 11100001 | 100111 | 1000010 |
Color Harmonies of #8899CB
Complementary color
Monochromatic Colors of #8899CB
Black with #8899CB
Text Example
Text Example
White with #8899CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8899CB; }
p { color: rgb(136,153,203); }
H1.HeaderClassName
{
color: #8899CB;
}
.AnyTagClassName
{
color: #8899CB;
}
</style>
background-color css
<style>
a { background-color: #8899CB; }
a { background-color: rgb(136,153,203); }
div.DivClassName
{
background-color: #8899CB;
}
.BgClassName
{
background-color: #8899CB;
}
</style>
border-color css
<style>
span { border-color: #8899CB; }
span { border-color: rgb(136,153,203); }
td.TdClassName
{
border-color: #8899CB;
}
.TagClassName
{
border-color: #8899CB;
}
</style>