Shades of Portage #8997CA
Tints of Portage #8997CA
RGB
CMYK
RGB Variations
Color information
#8997CA (or 0x8997CA) is known color: Portage. HEX triplet: 89, 97 and CA. RGB value is (137,151,202). Sum of RGB (Red+Green+Blue) = 137+151+202=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #8997CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997CA is #766835. Grayscale: #989898. Windows color (decimal): -7759926 or 13277065. OLE color: 13277065.
HSL color Cylindrical-coordinate representation of color #8997CA: hue angle of 227.08º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8997CA is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 151 | 202 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.21 |
| HSL | 227.08º | 0.38% | 0.66% | - |
| HSV(B) | 227.08º | 0.32% | 0.79% | - |
| XYZ | 32.04 | 31.72 | 60.31 | - |
| YUV | 152.63 | 155.86 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 151 | 202 | 0.32 | 0.25 | 0 | 0.21 | 227.08 | 0.38 | 0.66 |
| Hex | 89 | 97 | CA | 20 | 19 | 0 | 15 | E3 | 26 | 42 |
| Octal | 211 | 227 | 312 | 40 | 31 | 0 | 25 | 343 | 46 | 102 |
| Binary | 10001001 | 10010111 | 11001010 | 100000 | 11001 | 0 | 10101 | 11100011 | 100110 | 1000010 |
Color Harmonies of #8997CA
Complementary color
Monochromatic Colors of #8997CA
Black with #8997CA
Text Example
Text Example
White with #8997CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8997CA; }
p { color: rgb(137,151,202); }
H1.HeaderClassName
{
color: #8997CA;
}
.AnyTagClassName
{
color: #8997CA;
}
</style>
background-color css
<style>
a { background-color: #8997CA; }
a { background-color: rgb(137,151,202); }
div.DivClassName
{
background-color: #8997CA;
}
.BgClassName
{
background-color: #8997CA;
}
</style>
border-color css
<style>
span { border-color: #8997CA; }
span { border-color: rgb(137,151,202); }
td.TdClassName
{
border-color: #8997CA;
}
.TagClassName
{
border-color: #8997CA;
}
</style>