Shades of Portage #8891CB
Tints of Portage #8891CB
RGB
CMYK
RGB Variations
Color information
#8891CB (or 0x8891CB) is known color: Portage. HEX triplet: 88, 91 and CB. RGB value is (136,145,203). Sum of RGB (Red+Green+Blue) = 136+145+203=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #8891CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8891CB is #776E34. Grayscale: #949494. Windows color (decimal): -7826997 or 13341064. OLE color: 13341064.
HSL color Cylindrical-coordinate representation of color #8891CB: hue angle of 231.94º 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 #8891CB is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 145 | 203 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.20 |
| HSL | 231.94º | 0.39% | 0.66% | - |
| HSV(B) | 231.94º | 0.33% | 0.8% | - |
| XYZ | 31.06 | 29.8 | 60.61 | - |
| YUV | 148.92 | 158.52 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 203 | 0.33 | 0.29 | 0 | 0.20 | 231.94 | 0.39 | 0.66 |
| Hex | 88 | 91 | CB | 21 | 1D | 0 | 14 | E8 | 27 | 42 |
| Octal | 210 | 221 | 313 | 41 | 35 | 0 | 24 | 350 | 47 | 102 |
| Binary | 10001000 | 10010001 | 11001011 | 100001 | 11101 | 0 | 10100 | 11101000 | 100111 | 1000010 |
Color Harmonies of #8891CB
Complementary color
Monochromatic Colors of #8891CB
Black with #8891CB
Text Example
Text Example
White with #8891CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8891CB; }
p { color: rgb(136,145,203); }
H1.HeaderClassName
{
color: #8891CB;
}
.AnyTagClassName
{
color: #8891CB;
}
</style>
background-color css
<style>
a { background-color: #8891CB; }
a { background-color: rgb(136,145,203); }
div.DivClassName
{
background-color: #8891CB;
}
.BgClassName
{
background-color: #8891CB;
}
</style>
border-color css
<style>
span { border-color: #8891CB; }
span { border-color: rgb(136,145,203); }
td.TdClassName
{
border-color: #8891CB;
}
.TagClassName
{
border-color: #8891CB;
}
</style>