Shades of Portage #8D9DCB
Tints of Portage #8D9DCB
RGB
CMYK
RGB Variations
Color information
#8D9DCB (or 0x8D9DCB) is known color: Portage. HEX triplet: 8D, 9D and CB. RGB value is (141,157,203). Sum of RGB (Red+Green+Blue) = 141+157+203=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D9DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9DCB is #726234. Grayscale: #9D9D9D. Windows color (decimal): -7496245 or 13344141. OLE color: 13344141.
HSL color Cylindrical-coordinate representation of color #8D9DCB: hue angle of 224.52º 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 #8D9DCB is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 157 | 203 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.20 |
| HSL | 224.52º | 0.37% | 0.67% | - |
| HSV(B) | 224.52º | 0.31% | 0.8% | - |
| XYZ | 33.82 | 34.09 | 61.3 | - |
| YUV | 157.46 | 153.7 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 157 | 203 | 0.31 | 0.23 | 0 | 0.20 | 224.52 | 0.37 | 0.67 |
| Hex | 8D | 9D | CB | 1F | 17 | 0 | 14 | E1 | 25 | 43 |
| Octal | 215 | 235 | 313 | 37 | 27 | 0 | 24 | 341 | 45 | 103 |
| Binary | 10001101 | 10011101 | 11001011 | 11111 | 10111 | 0 | 10100 | 11100001 | 100101 | 1000011 |
Color Harmonies of #8D9DCB
Complementary color
Monochromatic Colors of #8D9DCB
Black with #8D9DCB
Text Example
Text Example
White with #8D9DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9DCB; }
p { color: rgb(141,157,203); }
H1.HeaderClassName
{
color: #8D9DCB;
}
.AnyTagClassName
{
color: #8D9DCB;
}
</style>
background-color css
<style>
a { background-color: #8D9DCB; }
a { background-color: rgb(141,157,203); }
div.DivClassName
{
background-color: #8D9DCB;
}
.BgClassName
{
background-color: #8D9DCB;
}
</style>
border-color css
<style>
span { border-color: #8D9DCB; }
span { border-color: rgb(141,157,203); }
td.TdClassName
{
border-color: #8D9DCB;
}
.TagClassName
{
border-color: #8D9DCB;
}
</style>