Shades of Portage #8C98C5
Tints of Portage #8C98C5
RGB
CMYK
RGB Variations
Color information
#8C98C5 (or 0x8C98C5) is known color: Portage. HEX triplet: 8C, 98 and C5. RGB value is (140,152,197). Sum of RGB (Red+Green+Blue) = 140+152+197=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 197 - color contains mainly: blue. Hex color #8C98C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C98C5 is #73673A. Grayscale: #999999. Windows color (decimal): -7563067 or 12949644. OLE color: 12949644.
HSL color Cylindrical-coordinate representation of color #8C98C5: hue angle of 227.37º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C98C5 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 152 | 197 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.23 |
| HSL | 227.37º | 0.33% | 0.66% | - |
| HSV(B) | 227.37º | 0.29% | 0.77% | - |
| XYZ | 32.12 | 32.06 | 57.32 | - |
| YUV | 153.54 | 152.52 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 152 | 197 | 0.29 | 0.23 | 0 | 0.23 | 227.37 | 0.33 | 0.66 |
| Hex | 8C | 98 | C5 | 1D | 17 | 0 | 17 | E3 | 21 | 42 |
| Octal | 214 | 230 | 305 | 35 | 27 | 0 | 27 | 343 | 41 | 102 |
| Binary | 10001100 | 10011000 | 11000101 | 11101 | 10111 | 0 | 10111 | 11100011 | 100001 | 1000010 |
Color Harmonies of #8C98C5
Complementary color
Monochromatic Colors of #8C98C5
Black with #8C98C5
Text Example
Text Example
White with #8C98C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C98C5; }
p { color: rgb(140,152,197); }
H1.HeaderClassName
{
color: #8C98C5;
}
.AnyTagClassName
{
color: #8C98C5;
}
</style>
background-color css
<style>
a { background-color: #8C98C5; }
a { background-color: rgb(140,152,197); }
div.DivClassName
{
background-color: #8C98C5;
}
.BgClassName
{
background-color: #8C98C5;
}
</style>
border-color css
<style>
span { border-color: #8C98C5; }
span { border-color: rgb(140,152,197); }
td.TdClassName
{
border-color: #8C98C5;
}
.TagClassName
{
border-color: #8C98C5;
}
</style>