Shades of Portage #8797D3
Tints of Portage #8797D3
RGB
CMYK
RGB Variations
Color information
#8797D3 (or 0x8797D3) is known color: Portage. HEX triplet: 87, 97 and D3. RGB value is (135,151,211). Sum of RGB (Red+Green+Blue) = 135+151+211=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 211 (82.81% from 255 or 42.45% from 497); Max value from RGB is 211 - color contains mainly: blue. Hex color #8797D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8797D3 is #78682C. Grayscale: #989898. Windows color (decimal): -7890989 or 13866887. OLE color: 13866887.
HSL color Cylindrical-coordinate representation of color #8797D3: hue angle of 227.37º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8797D3 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 135 | 151 | 211 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.17 |
| HSL | 227.37º | 0.46% | 0.68% | - |
| HSV(B) | 227.37º | 0.36% | 0.83% | - |
| XYZ | 32.82 | 31.99 | 66.07 | - |
| YUV | 153.06 | 160.7 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 151 | 211 | 0.36 | 0.28 | 0 | 0.17 | 227.37 | 0.46 | 0.68 |
| Hex | 87 | 97 | D3 | 24 | 1C | 0 | 11 | E3 | 2E | 44 |
| Octal | 207 | 227 | 323 | 44 | 34 | 0 | 21 | 343 | 56 | 104 |
| Binary | 10000111 | 10010111 | 11010011 | 100100 | 11100 | 0 | 10001 | 11100011 | 101110 | 1000100 |
Color Harmonies of #8797D3
Complementary color
Monochromatic Colors of #8797D3
Black with #8797D3
Text Example
Text Example
White with #8797D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8797D3; }
p { color: rgb(135,151,211); }
H1.HeaderClassName
{
color: #8797D3;
}
.AnyTagClassName
{
color: #8797D3;
}
</style>
background-color css
<style>
a { background-color: #8797D3; }
a { background-color: rgb(135,151,211); }
div.DivClassName
{
background-color: #8797D3;
}
.BgClassName
{
background-color: #8797D3;
}
</style>
border-color css
<style>
span { border-color: #8797D3; }
span { border-color: rgb(135,151,211); }
td.TdClassName
{
border-color: #8797D3;
}
.TagClassName
{
border-color: #8797D3;
}
</style>