Shades of Portage #8C98FF
Tints of Portage #8C98FF
RGB
CMYK
RGB Variations
Color information
#8C98FF (or 0x8C98FF) is known color: Portage. HEX triplet: 8C, 98 and FF. RGB value is (140,152,255). Sum of RGB (Red+Green+Blue) = 140+152+255=547 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.59% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C98FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C98FF is #736700. Grayscale: #9F9F9F. Windows color (decimal): -7563009 or 16750732. OLE color: 16750732.
HSL color Cylindrical-coordinate representation of color #8C98FF: hue angle of 233.74º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C98FF is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 152 | 255 | - |
| CMYK | 0.45 | 0.40 | 0 | 0 |
| HSL | 233.74º | 1% | 0.77% | - |
| HSV(B) | 233.74º | 0.45% | 1% | - |
| XYZ | 40.09 | 35.25 | 99.3 | - |
| YUV | 160.15 | 181.52 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 152 | 255 | 0.45 | 0.40 | 0 | 0 | 233.74 | 1 | 0.77 |
| Hex | 8C | 98 | FF | 2D | 28 | 0 | 0 | EA | 64 | 4D |
| Octal | 214 | 230 | 377 | 55 | 50 | 0 | 0 | 352 | 144 | 115 |
| Binary | 10001100 | 10011000 | 11111111 | 101101 | 101000 | 0 | 0 | 11101010 | 1100100 | 1001101 |
Color Harmonies of #8C98FF
Complementary color
Monochromatic Colors of #8C98FF
Black with #8C98FF
Text Example
Text Example
White with #8C98FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C98FF; }
p { color: rgb(140,152,255); }
H1.HeaderClassName
{
color: #8C98FF;
}
.AnyTagClassName
{
color: #8C98FF;
}
</style>
background-color css
<style>
a { background-color: #8C98FF; }
a { background-color: rgb(140,152,255); }
div.DivClassName
{
background-color: #8C98FF;
}
.BgClassName
{
background-color: #8C98FF;
}
</style>
border-color css
<style>
span { border-color: #8C98FF; }
span { border-color: rgb(140,152,255); }
td.TdClassName
{
border-color: #8C98FF;
}
.TagClassName
{
border-color: #8C98FF;
}
</style>