Shades of Portage #8D98C6
Tints of Portage #8D98C6
RGB
CMYK
RGB Variations
Color information
#8D98C6 (or 0x8D98C6) is known color: Portage. HEX triplet: 8D, 98 and C6. RGB value is (141,152,198). Sum of RGB (Red+Green+Blue) = 141+152+198=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 198 - color contains mainly: blue. Hex color #8D98C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D98C6 is #726739. Grayscale: #999999. Windows color (decimal): -7497530 or 13015181. OLE color: 13015181.
HSL color Cylindrical-coordinate representation of color #8D98C6: hue angle of 228.42º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D98C6 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 152 | 198 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.22 |
| HSL | 228.42º | 0.33% | 0.66% | - |
| HSV(B) | 228.42º | 0.29% | 0.78% | - |
| XYZ | 32.41 | 32.2 | 57.93 | - |
| YUV | 153.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 152 | 198 | 0.29 | 0.23 | 0 | 0.22 | 228.42 | 0.33 | 0.66 |
| Hex | 8D | 98 | C6 | 1D | 17 | 0 | 16 | E4 | 21 | 42 |
| Octal | 215 | 230 | 306 | 35 | 27 | 0 | 26 | 344 | 41 | 102 |
| Binary | 10001101 | 10011000 | 11000110 | 11101 | 10111 | 0 | 10110 | 11100100 | 100001 | 1000010 |
Color Harmonies of #8D98C6
Complementary color
Monochromatic Colors of #8D98C6
Black with #8D98C6
Text Example
Text Example
White with #8D98C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D98C6; }
p { color: rgb(141,152,198); }
H1.HeaderClassName
{
color: #8D98C6;
}
.AnyTagClassName
{
color: #8D98C6;
}
</style>
background-color css
<style>
a { background-color: #8D98C6; }
a { background-color: rgb(141,152,198); }
div.DivClassName
{
background-color: #8D98C6;
}
.BgClassName
{
background-color: #8D98C6;
}
</style>
border-color css
<style>
span { border-color: #8D98C6; }
span { border-color: rgb(141,152,198); }
td.TdClassName
{
border-color: #8D98C6;
}
.TagClassName
{
border-color: #8D98C6;
}
</style>