Shades of Portage #8C97CE
Tints of Portage #8C97CE
RGB
CMYK
RGB Variations
Color information
#8C97CE (or 0x8C97CE) is known color: Portage. HEX triplet: 8C, 97 and CE. RGB value is (140,151,206). Sum of RGB (Red+Green+Blue) = 140+151+206=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C97CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C97CE is #736831. Grayscale: #999999. Windows color (decimal): -7563314 or 13539212. OLE color: 13539212.
HSL color Cylindrical-coordinate representation of color #8C97CE: hue angle of 230º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C97CE is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 151 | 206 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.19 |
| HSL | 230º | 0.4% | 0.68% | - |
| HSV(B) | 230º | 0.32% | 0.81% | - |
| XYZ | 33.02 | 32.16 | 62.86 | - |
| YUV | 153.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 206 | 0.32 | 0.27 | 0 | 0.19 | 230 | 0.4 | 0.68 |
| Hex | 8C | 97 | CE | 20 | 1B | 0 | 13 | E6 | 28 | 44 |
| Octal | 214 | 227 | 316 | 40 | 33 | 0 | 23 | 346 | 50 | 104 |
| Binary | 10001100 | 10010111 | 11001110 | 100000 | 11011 | 0 | 10011 | 11100110 | 101000 | 1000100 |
Color Harmonies of #8C97CE
Complementary color
Monochromatic Colors of #8C97CE
Black with #8C97CE
Text Example
Text Example
White with #8C97CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C97CE; }
p { color: rgb(140,151,206); }
H1.HeaderClassName
{
color: #8C97CE;
}
.AnyTagClassName
{
color: #8C97CE;
}
</style>
background-color css
<style>
a { background-color: #8C97CE; }
a { background-color: rgb(140,151,206); }
div.DivClassName
{
background-color: #8C97CE;
}
.BgClassName
{
background-color: #8C97CE;
}
</style>
border-color css
<style>
span { border-color: #8C97CE; }
span { border-color: rgb(140,151,206); }
td.TdClassName
{
border-color: #8C97CE;
}
.TagClassName
{
border-color: #8C97CE;
}
</style>