Shades of Portage #8D98CA
Tints of Portage #8D98CA
RGB
CMYK
RGB Variations
Color information
#8D98CA (or 0x8D98CA) is known color: Portage. HEX triplet: 8D, 98 and CA. RGB value is (141,152,202). Sum of RGB (Red+Green+Blue) = 141+152+202=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D98CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D98CA is #726735. Grayscale: #9A9A9A. Windows color (decimal): -7497526 or 13277325. OLE color: 13277325.
HSL color Cylindrical-coordinate representation of color #8D98CA: hue angle of 229.18º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D98CA is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 152 | 202 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.21 |
| HSL | 229.18º | 0.37% | 0.67% | - |
| HSV(B) | 229.18º | 0.3% | 0.79% | - |
| XYZ | 32.87 | 32.38 | 60.4 | - |
| YUV | 154.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 152 | 202 | 0.30 | 0.25 | 0 | 0.21 | 229.18 | 0.37 | 0.67 |
| Hex | 8D | 98 | CA | 1E | 19 | 0 | 15 | E5 | 25 | 43 |
| Octal | 215 | 230 | 312 | 36 | 31 | 0 | 25 | 345 | 45 | 103 |
| Binary | 10001101 | 10011000 | 11001010 | 11110 | 11001 | 0 | 10101 | 11100101 | 100101 | 1000011 |
Color Harmonies of #8D98CA
Complementary color
Monochromatic Colors of #8D98CA
Black with #8D98CA
Text Example
Text Example
White with #8D98CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D98CA; }
p { color: rgb(141,152,202); }
H1.HeaderClassName
{
color: #8D98CA;
}
.AnyTagClassName
{
color: #8D98CA;
}
</style>
background-color css
<style>
a { background-color: #8D98CA; }
a { background-color: rgb(141,152,202); }
div.DivClassName
{
background-color: #8D98CA;
}
.BgClassName
{
background-color: #8D98CA;
}
</style>
border-color css
<style>
span { border-color: #8D98CA; }
span { border-color: rgb(141,152,202); }
td.TdClassName
{
border-color: #8D98CA;
}
.TagClassName
{
border-color: #8D98CA;
}
</style>