Shades of Portage #8D9ACB
Tints of Portage #8D9ACB
RGB
CMYK
RGB Variations
Color information
#8D9ACB (or 0x8D9ACB) is known color: Portage. HEX triplet: 8D, 9A and CB. RGB value is (141,154,203). Sum of RGB (Red+Green+Blue) = 141+154+203=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D9ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9ACB is #726534. Grayscale: #9B9B9B. Windows color (decimal): -7497013 or 13343373. OLE color: 13343373.
HSL color Cylindrical-coordinate representation of color #8D9ACB: hue angle of 227.42º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D9ACB is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 154 | 203 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.20 |
| HSL | 227.42º | 0.37% | 0.67% | - |
| HSV(B) | 227.42º | 0.31% | 0.8% | - |
| XYZ | 33.32 | 33.09 | 61.13 | - |
| YUV | 155.7 | 154.69 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 154 | 203 | 0.31 | 0.24 | 0 | 0.20 | 227.42 | 0.37 | 0.67 |
| Hex | 8D | 9A | CB | 1F | 18 | 0 | 14 | E3 | 25 | 43 |
| Octal | 215 | 232 | 313 | 37 | 30 | 0 | 24 | 343 | 45 | 103 |
| Binary | 10001101 | 10011010 | 11001011 | 11111 | 11000 | 0 | 10100 | 11100011 | 100101 | 1000011 |
Color Harmonies of #8D9ACB
Complementary color
Monochromatic Colors of #8D9ACB
Black with #8D9ACB
Text Example
Text Example
White with #8D9ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9ACB; }
p { color: rgb(141,154,203); }
H1.HeaderClassName
{
color: #8D9ACB;
}
.AnyTagClassName
{
color: #8D9ACB;
}
</style>
background-color css
<style>
a { background-color: #8D9ACB; }
a { background-color: rgb(141,154,203); }
div.DivClassName
{
background-color: #8D9ACB;
}
.BgClassName
{
background-color: #8D9ACB;
}
</style>
border-color css
<style>
span { border-color: #8D9ACB; }
span { border-color: rgb(141,154,203); }
td.TdClassName
{
border-color: #8D9ACB;
}
.TagClassName
{
border-color: #8D9ACB;
}
</style>