Shades of Portage #8796CB
Tints of Portage #8796CB
RGB
CMYK
RGB Variations
Color information
#8796CB (or 0x8796CB) is known color: Portage. HEX triplet: 87, 96 and CB. RGB value is (135,150,203). Sum of RGB (Red+Green+Blue) = 135+150+203=488 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.66% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #8796CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8796CB is #786934. Grayscale: #979797. Windows color (decimal): -7891253 or 13342343. OLE color: 13342343.
HSL color Cylindrical-coordinate representation of color #8796CB: hue angle of 226.76º degrees, saturation: 0.4, 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 #8796CB is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 150 | 203 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.20 |
| HSL | 226.76º | 0.4% | 0.66% | - |
| HSV(B) | 226.76º | 0.33% | 0.8% | - |
| XYZ | 31.68 | 31.28 | 60.87 | - |
| YUV | 151.56 | 157.03 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 150 | 203 | 0.33 | 0.26 | 0 | 0.20 | 226.76 | 0.4 | 0.66 |
| Hex | 87 | 96 | CB | 21 | 1A | 0 | 14 | E3 | 28 | 42 |
| Octal | 207 | 226 | 313 | 41 | 32 | 0 | 24 | 343 | 50 | 102 |
| Binary | 10000111 | 10010110 | 11001011 | 100001 | 11010 | 0 | 10100 | 11100011 | 101000 | 1000010 |
Color Harmonies of #8796CB
Complementary color
Monochromatic Colors of #8796CB
Black with #8796CB
Text Example
Text Example
White with #8796CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8796CB; }
p { color: rgb(135,150,203); }
H1.HeaderClassName
{
color: #8796CB;
}
.AnyTagClassName
{
color: #8796CB;
}
</style>
background-color css
<style>
a { background-color: #8796CB; }
a { background-color: rgb(135,150,203); }
div.DivClassName
{
background-color: #8796CB;
}
.BgClassName
{
background-color: #8796CB;
}
</style>
border-color css
<style>
span { border-color: #8796CB; }
span { border-color: rgb(135,150,203); }
td.TdClassName
{
border-color: #8796CB;
}
.TagClassName
{
border-color: #8796CB;
}
</style>