Shades of Portage #8997CB
Tints of Portage #8997CB
RGB
CMYK
RGB Variations
Color information
#8997CB (or 0x8997CB) is known color: Portage. HEX triplet: 89, 97 and CB. RGB value is (137,151,203). Sum of RGB (Red+Green+Blue) = 137+151+203=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #8997CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997CB is #766834. Grayscale: #989898. Windows color (decimal): -7759925 or 13342601. OLE color: 13342601.
HSL color Cylindrical-coordinate representation of color #8997CB: hue angle of 227.27º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8997CB is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 151 | 203 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.20 |
| HSL | 227.27º | 0.39% | 0.67% | - |
| HSV(B) | 227.27º | 0.33% | 0.8% | - |
| XYZ | 32.16 | 31.76 | 60.94 | - |
| YUV | 152.74 | 156.36 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 151 | 203 | 0.33 | 0.26 | 0 | 0.20 | 227.27 | 0.39 | 0.67 |
| Hex | 89 | 97 | CB | 21 | 1A | 0 | 14 | E3 | 27 | 43 |
| Octal | 211 | 227 | 313 | 41 | 32 | 0 | 24 | 343 | 47 | 103 |
| Binary | 10001001 | 10010111 | 11001011 | 100001 | 11010 | 0 | 10100 | 11100011 | 100111 | 1000011 |
Color Harmonies of #8997CB
Complementary color
Monochromatic Colors of #8997CB
Black with #8997CB
Text Example
Text Example
White with #8997CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8997CB; }
p { color: rgb(137,151,203); }
H1.HeaderClassName
{
color: #8997CB;
}
.AnyTagClassName
{
color: #8997CB;
}
</style>
background-color css
<style>
a { background-color: #8997CB; }
a { background-color: rgb(137,151,203); }
div.DivClassName
{
background-color: #8997CB;
}
.BgClassName
{
background-color: #8997CB;
}
</style>
border-color css
<style>
span { border-color: #8997CB; }
span { border-color: rgb(137,151,203); }
td.TdClassName
{
border-color: #8997CB;
}
.TagClassName
{
border-color: #8997CB;
}
</style>