Shades of Portage #8C98CD
Tints of Portage #8C98CD
RGB
CMYK
RGB Variations
Color information
#8C98CD (or 0x8C98CD) is known color: Portage. HEX triplet: 8C, 98 and CD. RGB value is (140,152,205). Sum of RGB (Red+Green+Blue) = 140+152+205=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C98CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C98CD is #736732. Grayscale: #9A9A9A. Windows color (decimal): -7563059 or 13473932. OLE color: 13473932.
HSL color Cylindrical-coordinate representation of color #8C98CD: hue angle of 228.92º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C98CD is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 152 | 205 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.20 |
| HSL | 228.92º | 0.39% | 0.68% | - |
| HSV(B) | 228.92º | 0.32% | 0.8% | - |
| XYZ | 33.06 | 32.44 | 62.28 | - |
| YUV | 154.45 | 156.52 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 152 | 205 | 0.32 | 0.26 | 0 | 0.20 | 228.92 | 0.39 | 0.68 |
| Hex | 8C | 98 | CD | 20 | 1A | 0 | 14 | E5 | 27 | 44 |
| Octal | 214 | 230 | 315 | 40 | 32 | 0 | 24 | 345 | 47 | 104 |
| Binary | 10001100 | 10011000 | 11001101 | 100000 | 11010 | 0 | 10100 | 11100101 | 100111 | 1000100 |
Color Harmonies of #8C98CD
Complementary color
Monochromatic Colors of #8C98CD
Black with #8C98CD
Text Example
Text Example
White with #8C98CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C98CD; }
p { color: rgb(140,152,205); }
H1.HeaderClassName
{
color: #8C98CD;
}
.AnyTagClassName
{
color: #8C98CD;
}
</style>
background-color css
<style>
a { background-color: #8C98CD; }
a { background-color: rgb(140,152,205); }
div.DivClassName
{
background-color: #8C98CD;
}
.BgClassName
{
background-color: #8C98CD;
}
</style>
border-color css
<style>
span { border-color: #8C98CD; }
span { border-color: rgb(140,152,205); }
td.TdClassName
{
border-color: #8C98CD;
}
.TagClassName
{
border-color: #8C98CD;
}
</style>