Shades of Portage #8C98CF
Tints of Portage #8C98CF
RGB
CMYK
RGB Variations
Color information
#8C98CF (or 0x8C98CF) is known color: Portage. HEX triplet: 8C, 98 and CF. RGB value is (140,152,207). Sum of RGB (Red+Green+Blue) = 140+152+207=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C98CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C98CF is #736730. Grayscale: #9A9A9A. Windows color (decimal): -7563057 or 13605004. OLE color: 13605004.
HSL color Cylindrical-coordinate representation of color #8C98CF: hue angle of 229.25º degrees, saturation: 0.41, 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 #8C98CF is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 152 | 207 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.19 |
| HSL | 229.25º | 0.41% | 0.68% | - |
| HSV(B) | 229.25º | 0.32% | 0.81% | - |
| XYZ | 33.31 | 32.54 | 63.56 | - |
| YUV | 154.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 152 | 207 | 0.32 | 0.27 | 0 | 0.19 | 229.25 | 0.41 | 0.68 |
| Hex | 8C | 98 | CF | 20 | 1B | 0 | 13 | E5 | 29 | 44 |
| Octal | 214 | 230 | 317 | 40 | 33 | 0 | 23 | 345 | 51 | 104 |
| Binary | 10001100 | 10011000 | 11001111 | 100000 | 11011 | 0 | 10011 | 11100101 | 101001 | 1000100 |
Color Harmonies of #8C98CF
Complementary color
Monochromatic Colors of #8C98CF
Black with #8C98CF
Text Example
Text Example
White with #8C98CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C98CF; }
p { color: rgb(140,152,207); }
H1.HeaderClassName
{
color: #8C98CF;
}
.AnyTagClassName
{
color: #8C98CF;
}
</style>
background-color css
<style>
a { background-color: #8C98CF; }
a { background-color: rgb(140,152,207); }
div.DivClassName
{
background-color: #8C98CF;
}
.BgClassName
{
background-color: #8C98CF;
}
</style>
border-color css
<style>
span { border-color: #8C98CF; }
span { border-color: rgb(140,152,207); }
td.TdClassName
{
border-color: #8C98CF;
}
.TagClassName
{
border-color: #8C98CF;
}
</style>