Shades of Portage #8D97CA
Tints of Portage #8D97CA
RGB
CMYK
RGB Variations
Color information
#8D97CA (or 0x8D97CA) is known color: Portage. HEX triplet: 8D, 97 and CA. RGB value is (141,151,202). Sum of RGB (Red+Green+Blue) = 141+151+202=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D97CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D97CA is #726835. Grayscale: #999999. Windows color (decimal): -7497782 or 13277069. OLE color: 13277069.
HSL color Cylindrical-coordinate representation of color #8D97CA: hue angle of 230.16º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D97CA is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 151 | 202 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.21 |
| HSL | 230.16º | 0.37% | 0.67% | - |
| HSV(B) | 230.16º | 0.3% | 0.79% | - |
| XYZ | 32.71 | 32.06 | 60.34 | - |
| YUV | 153.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 151 | 202 | 0.30 | 0.25 | 0 | 0.21 | 230.16 | 0.37 | 0.67 |
| Hex | 8D | 97 | CA | 1E | 19 | 0 | 15 | E6 | 25 | 43 |
| Octal | 215 | 227 | 312 | 36 | 31 | 0 | 25 | 346 | 45 | 103 |
| Binary | 10001101 | 10010111 | 11001010 | 11110 | 11001 | 0 | 10101 | 11100110 | 100101 | 1000011 |
Color Harmonies of #8D97CA
Complementary color
Monochromatic Colors of #8D97CA
Black with #8D97CA
Text Example
Text Example
White with #8D97CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D97CA; }
p { color: rgb(141,151,202); }
H1.HeaderClassName
{
color: #8D97CA;
}
.AnyTagClassName
{
color: #8D97CA;
}
</style>
background-color css
<style>
a { background-color: #8D97CA; }
a { background-color: rgb(141,151,202); }
div.DivClassName
{
background-color: #8D97CA;
}
.BgClassName
{
background-color: #8D97CA;
}
</style>
border-color css
<style>
span { border-color: #8D97CA; }
span { border-color: rgb(141,151,202); }
td.TdClassName
{
border-color: #8D97CA;
}
.TagClassName
{
border-color: #8D97CA;
}
</style>