Shades of Portage #8896C5
Tints of Portage #8896C5
RGB
CMYK
RGB Variations
Color information
#8896C5 (or 0x8896C5) is known color: Portage. HEX triplet: 88, 96 and C5. RGB value is (136,150,197). Sum of RGB (Red+Green+Blue) = 136+150+197=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 197 - color contains mainly: blue. Hex color #8896C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8896C5 is #77693A. Grayscale: #969696. Windows color (decimal): -7825723 or 12949128. OLE color: 12949128.
HSL color Cylindrical-coordinate representation of color #8896C5: hue angle of 226.23º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8896C5 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 150 | 197 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.23 |
| HSL | 226.23º | 0.34% | 0.65% | - |
| HSV(B) | 226.23º | 0.31% | 0.77% | - |
| XYZ | 31.14 | 31.08 | 57.18 | - |
| YUV | 151.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 150 | 197 | 0.31 | 0.24 | 0 | 0.23 | 226.23 | 0.34 | 0.65 |
| Hex | 88 | 96 | C5 | 1F | 18 | 0 | 17 | E2 | 22 | 41 |
| Octal | 210 | 226 | 305 | 37 | 30 | 0 | 27 | 342 | 42 | 101 |
| Binary | 10001000 | 10010110 | 11000101 | 11111 | 11000 | 0 | 10111 | 11100010 | 100010 | 1000001 |
Color Harmonies of #8896C5
Complementary color
Monochromatic Colors of #8896C5
Black with #8896C5
Text Example
Text Example
White with #8896C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8896C5; }
p { color: rgb(136,150,197); }
H1.HeaderClassName
{
color: #8896C5;
}
.AnyTagClassName
{
color: #8896C5;
}
</style>
background-color css
<style>
a { background-color: #8896C5; }
a { background-color: rgb(136,150,197); }
div.DivClassName
{
background-color: #8896C5;
}
.BgClassName
{
background-color: #8896C5;
}
</style>
border-color css
<style>
span { border-color: #8896C5; }
span { border-color: rgb(136,150,197); }
td.TdClassName
{
border-color: #8896C5;
}
.TagClassName
{
border-color: #8896C5;
}
</style>