Shades of Portage #8D9BCB
Tints of Portage #8D9BCB
RGB
CMYK
RGB Variations
Color information
#8D9BCB (or 0x8D9BCB) is known color: Portage. HEX triplet: 8D, 9B and CB. RGB value is (141,155,203). Sum of RGB (Red+Green+Blue) = 141+155+203=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D9BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9BCB is #726434. Grayscale: #9C9C9C. Windows color (decimal): -7496757 or 13343629. OLE color: 13343629.
HSL color Cylindrical-coordinate representation of color #8D9BCB: hue angle of 226.45º 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 #8D9BCB is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 155 | 203 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.20 |
| HSL | 226.45º | 0.37% | 0.67% | - |
| HSV(B) | 226.45º | 0.31% | 0.8% | - |
| XYZ | 33.49 | 33.42 | 61.19 | - |
| YUV | 156.29 | 154.36 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 203 | 0.31 | 0.24 | 0 | 0.20 | 226.45 | 0.37 | 0.67 |
| Hex | 8D | 9B | CB | 1F | 18 | 0 | 14 | E2 | 25 | 43 |
| Octal | 215 | 233 | 313 | 37 | 30 | 0 | 24 | 342 | 45 | 103 |
| Binary | 10001101 | 10011011 | 11001011 | 11111 | 11000 | 0 | 10100 | 11100010 | 100101 | 1000011 |
Color Harmonies of #8D9BCB
Complementary color
Monochromatic Colors of #8D9BCB
Black with #8D9BCB
Text Example
Text Example
White with #8D9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9BCB; }
p { color: rgb(141,155,203); }
H1.HeaderClassName
{
color: #8D9BCB;
}
.AnyTagClassName
{
color: #8D9BCB;
}
</style>
background-color css
<style>
a { background-color: #8D9BCB; }
a { background-color: rgb(141,155,203); }
div.DivClassName
{
background-color: #8D9BCB;
}
.BgClassName
{
background-color: #8D9BCB;
}
</style>
border-color css
<style>
span { border-color: #8D9BCB; }
span { border-color: rgb(141,155,203); }
td.TdClassName
{
border-color: #8D9BCB;
}
.TagClassName
{
border-color: #8D9BCB;
}
</style>