Shades of Portage #8D98D5
Tints of Portage #8D98D5
RGB
CMYK
RGB Variations
Color information
#8D98D5 (or 0x8D98D5) is known color: Portage. HEX triplet: 8D, 98 and D5. RGB value is (141,152,213). Sum of RGB (Red+Green+Blue) = 141+152+213=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #8D98D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D98D5 is #72672A. Grayscale: #9B9B9B. Windows color (decimal): -7497515 or 13998221. OLE color: 13998221.
HSL color Cylindrical-coordinate representation of color #8D98D5: hue angle of 230.83º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D98D5 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 152 | 213 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.16 |
| HSL | 230.83º | 0.46% | 0.69% | - |
| HSV(B) | 230.83º | 0.34% | 0.84% | - |
| XYZ | 34.22 | 32.92 | 67.5 | - |
| YUV | 155.67 | 160.36 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 152 | 213 | 0.34 | 0.29 | 0 | 0.16 | 230.83 | 0.46 | 0.69 |
| Hex | 8D | 98 | D5 | 22 | 1D | 0 | 10 | E7 | 2E | 45 |
| Octal | 215 | 230 | 325 | 42 | 35 | 0 | 20 | 347 | 56 | 105 |
| Binary | 10001101 | 10011000 | 11010101 | 100010 | 11101 | 0 | 10000 | 11100111 | 101110 | 1000101 |
Color Harmonies of #8D98D5
Complementary color
Monochromatic Colors of #8D98D5
Black with #8D98D5
Text Example
Text Example
White with #8D98D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D98D5; }
p { color: rgb(141,152,213); }
H1.HeaderClassName
{
color: #8D98D5;
}
.AnyTagClassName
{
color: #8D98D5;
}
</style>
background-color css
<style>
a { background-color: #8D98D5; }
a { background-color: rgb(141,152,213); }
div.DivClassName
{
background-color: #8D98D5;
}
.BgClassName
{
background-color: #8D98D5;
}
</style>
border-color css
<style>
span { border-color: #8D98D5; }
span { border-color: rgb(141,152,213); }
td.TdClassName
{
border-color: #8D98D5;
}
.TagClassName
{
border-color: #8D98D5;
}
</style>