Shades of Portage #8797CB
Tints of Portage #8797CB
RGB
CMYK
RGB Variations
Color information
#8797CB (or 0x8797CB) is known color: Portage. HEX triplet: 87, 97 and CB. RGB value is (135,151,203). Sum of RGB (Red+Green+Blue) = 135+151+203=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #8797CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8797CB is #786834. Grayscale: #979797. Windows color (decimal): -7890997 or 13342599. OLE color: 13342599.
HSL color Cylindrical-coordinate representation of color #8797CB: hue angle of 225.88º 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 #8797CB is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 151 | 203 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.20 |
| HSL | 225.88º | 0.4% | 0.66% | - |
| HSV(B) | 225.88º | 0.33% | 0.8% | - |
| XYZ | 31.84 | 31.6 | 60.92 | - |
| YUV | 152.14 | 156.7 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 151 | 203 | 0.33 | 0.26 | 0 | 0.20 | 225.88 | 0.4 | 0.66 |
| Hex | 87 | 97 | CB | 21 | 1A | 0 | 14 | E2 | 28 | 42 |
| Octal | 207 | 227 | 313 | 41 | 32 | 0 | 24 | 342 | 50 | 102 |
| Binary | 10000111 | 10010111 | 11001011 | 100001 | 11010 | 0 | 10100 | 11100010 | 101000 | 1000010 |
Color Harmonies of #8797CB
Complementary color
Monochromatic Colors of #8797CB
Black with #8797CB
Text Example
Text Example
White with #8797CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8797CB; }
p { color: rgb(135,151,203); }
H1.HeaderClassName
{
color: #8797CB;
}
.AnyTagClassName
{
color: #8797CB;
}
</style>
background-color css
<style>
a { background-color: #8797CB; }
a { background-color: rgb(135,151,203); }
div.DivClassName
{
background-color: #8797CB;
}
.BgClassName
{
background-color: #8797CB;
}
</style>
border-color css
<style>
span { border-color: #8797CB; }
span { border-color: rgb(135,151,203); }
td.TdClassName
{
border-color: #8797CB;
}
.TagClassName
{
border-color: #8797CB;
}
</style>