Shades of Portage #8A97CA
Tints of Portage #8A97CA
RGB
CMYK
RGB Variations
Color information
#8A97CA (or 0x8A97CA) is known color: Portage. HEX triplet: 8A, 97 and CA. RGB value is (138,151,202). Sum of RGB (Red+Green+Blue) = 138+151+202=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A97CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A97CA is #756835. Grayscale: #989898. Windows color (decimal): -7694390 or 13277066. OLE color: 13277066.
HSL color Cylindrical-coordinate representation of color #8A97CA: hue angle of 227.81º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A97CA is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 151 | 202 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.21 |
| HSL | 227.81º | 0.38% | 0.67% | - |
| HSV(B) | 227.81º | 0.32% | 0.79% | - |
| XYZ | 32.21 | 31.8 | 60.32 | - |
| YUV | 152.93 | 155.69 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 151 | 202 | 0.32 | 0.25 | 0 | 0.21 | 227.81 | 0.38 | 0.67 |
| Hex | 8A | 97 | CA | 20 | 19 | 0 | 15 | E4 | 26 | 43 |
| Octal | 212 | 227 | 312 | 40 | 31 | 0 | 25 | 344 | 46 | 103 |
| Binary | 10001010 | 10010111 | 11001010 | 100000 | 11001 | 0 | 10101 | 11100100 | 100110 | 1000011 |
Color Harmonies of #8A97CA
Complementary color
Monochromatic Colors of #8A97CA
Black with #8A97CA
Text Example
Text Example
White with #8A97CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A97CA; }
p { color: rgb(138,151,202); }
H1.HeaderClassName
{
color: #8A97CA;
}
.AnyTagClassName
{
color: #8A97CA;
}
</style>
background-color css
<style>
a { background-color: #8A97CA; }
a { background-color: rgb(138,151,202); }
div.DivClassName
{
background-color: #8A97CA;
}
.BgClassName
{
background-color: #8A97CA;
}
</style>
border-color css
<style>
span { border-color: #8A97CA; }
span { border-color: rgb(138,151,202); }
td.TdClassName
{
border-color: #8A97CA;
}
.TagClassName
{
border-color: #8A97CA;
}
</style>