Shades of Portage #8796D9
Tints of Portage #8796D9
RGB
CMYK
RGB Variations
Color information
#8796D9 (or 0x8796D9) is known color: Portage. HEX triplet: 87, 96 and D9. RGB value is (135,150,217). Sum of RGB (Red+Green+Blue) = 135+150+217=502 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.89% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #8796D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8796D9 is #786926. Grayscale: #989898. Windows color (decimal): -7891239 or 14259847. OLE color: 14259847.
HSL color Cylindrical-coordinate representation of color #8796D9: hue angle of 229.02º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8796D9 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 150 | 217 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.15 |
| HSL | 229.02º | 0.52% | 0.69% | - |
| HSV(B) | 229.02º | 0.38% | 0.85% | - |
| XYZ | 33.42 | 31.97 | 70.06 | - |
| YUV | 153.15 | 164.03 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 150 | 217 | 0.38 | 0.31 | 0 | 0.15 | 229.02 | 0.52 | 0.69 |
| Hex | 87 | 96 | D9 | 26 | 1F | 0 | F | E5 | 34 | 45 |
| Octal | 207 | 226 | 331 | 46 | 37 | 0 | 17 | 345 | 64 | 105 |
| Binary | 10000111 | 10010110 | 11011001 | 100110 | 11111 | 0 | 1111 | 11100101 | 110100 | 1000101 |
Color Harmonies of #8796D9
Complementary color
Monochromatic Colors of #8796D9
Black with #8796D9
Text Example
Text Example
White with #8796D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8796D9; }
p { color: rgb(135,150,217); }
H1.HeaderClassName
{
color: #8796D9;
}
.AnyTagClassName
{
color: #8796D9;
}
</style>
background-color css
<style>
a { background-color: #8796D9; }
a { background-color: rgb(135,150,217); }
div.DivClassName
{
background-color: #8796D9;
}
.BgClassName
{
background-color: #8796D9;
}
</style>
border-color css
<style>
span { border-color: #8796D9; }
span { border-color: rgb(135,150,217); }
td.TdClassName
{
border-color: #8796D9;
}
.TagClassName
{
border-color: #8796D9;
}
</style>