Shades of Portage #8C98CA
Tints of Portage #8C98CA
RGB
CMYK
RGB Variations
Color information
#8C98CA (or 0x8C98CA) is known color: Portage. HEX triplet: 8C, 98 and CA. RGB value is (140,152,202). Sum of RGB (Red+Green+Blue) = 140+152+202=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C98CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C98CA is #736735. Grayscale: #999999. Windows color (decimal): -7563062 or 13277324. OLE color: 13277324.
HSL color Cylindrical-coordinate representation of color #8C98CA: hue angle of 228.39º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C98CA is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 152 | 202 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.21 |
| HSL | 228.39º | 0.37% | 0.67% | - |
| HSV(B) | 228.39º | 0.31% | 0.79% | - |
| XYZ | 32.7 | 32.3 | 60.39 | - |
| YUV | 154.11 | 155.02 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 152 | 202 | 0.31 | 0.25 | 0 | 0.21 | 228.39 | 0.37 | 0.67 |
| Hex | 8C | 98 | CA | 1F | 19 | 0 | 15 | E4 | 25 | 43 |
| Octal | 214 | 230 | 312 | 37 | 31 | 0 | 25 | 344 | 45 | 103 |
| Binary | 10001100 | 10011000 | 11001010 | 11111 | 11001 | 0 | 10101 | 11100100 | 100101 | 1000011 |
Color Harmonies of #8C98CA
Complementary color
Monochromatic Colors of #8C98CA
Black with #8C98CA
Text Example
Text Example
White with #8C98CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C98CA; }
p { color: rgb(140,152,202); }
H1.HeaderClassName
{
color: #8C98CA;
}
.AnyTagClassName
{
color: #8C98CA;
}
</style>
background-color css
<style>
a { background-color: #8C98CA; }
a { background-color: rgb(140,152,202); }
div.DivClassName
{
background-color: #8C98CA;
}
.BgClassName
{
background-color: #8C98CA;
}
</style>
border-color css
<style>
span { border-color: #8C98CA; }
span { border-color: rgb(140,152,202); }
td.TdClassName
{
border-color: #8C98CA;
}
.TagClassName
{
border-color: #8C98CA;
}
</style>