Shades of Portage #8D9BD0
Tints of Portage #8D9BD0
RGB
CMYK
RGB Variations
Color information
#8D9BD0 (or 0x8D9BD0) is known color: Portage. HEX triplet: 8D, 9B and D0. RGB value is (141,155,208). Sum of RGB (Red+Green+Blue) = 141+155+208=504 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.98% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #8D9BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9BD0 is #72642F. Grayscale: #9C9C9C. Windows color (decimal): -7496752 or 13671309. OLE color: 13671309.
HSL color Cylindrical-coordinate representation of color #8D9BD0: hue angle of 227.46º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D9BD0 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 155 | 208 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.18 |
| HSL | 227.46º | 0.42% | 0.68% | - |
| HSV(B) | 227.46º | 0.32% | 0.82% | - |
| XYZ | 34.09 | 33.66 | 64.37 | - |
| YUV | 156.86 | 156.86 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 208 | 0.32 | 0.25 | 0 | 0.18 | 227.46 | 0.42 | 0.68 |
| Hex | 8D | 9B | D0 | 20 | 19 | 0 | 12 | E3 | 2A | 44 |
| Octal | 215 | 233 | 320 | 40 | 31 | 0 | 22 | 343 | 52 | 104 |
| Binary | 10001101 | 10011011 | 11010000 | 100000 | 11001 | 0 | 10010 | 11100011 | 101010 | 1000100 |
Color Harmonies of #8D9BD0
Complementary color
Monochromatic Colors of #8D9BD0
Black with #8D9BD0
Text Example
Text Example
White with #8D9BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9BD0; }
p { color: rgb(141,155,208); }
H1.HeaderClassName
{
color: #8D9BD0;
}
.AnyTagClassName
{
color: #8D9BD0;
}
</style>
background-color css
<style>
a { background-color: #8D9BD0; }
a { background-color: rgb(141,155,208); }
div.DivClassName
{
background-color: #8D9BD0;
}
.BgClassName
{
background-color: #8D9BD0;
}
</style>
border-color css
<style>
span { border-color: #8D9BD0; }
span { border-color: rgb(141,155,208); }
td.TdClassName
{
border-color: #8D9BD0;
}
.TagClassName
{
border-color: #8D9BD0;
}
</style>