Shades of Portage #8D91D0
Tints of Portage #8D91D0
RGB
CMYK
RGB Variations
Color information
#8D91D0 (or 0x8D91D0) is known color: Portage. HEX triplet: 8D, 91 and D0. RGB value is (141,145,208). Sum of RGB (Red+Green+Blue) = 141+145+208=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #8D91D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D91D0 is #726E2F. Grayscale: #969696. Windows color (decimal): -7499312 or 13668749. OLE color: 13668749.
HSL color Cylindrical-coordinate representation of color #8D91D0: hue angle of 236.42º 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 #8D91D0 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 145 | 208 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.18 |
| HSL | 236.42º | 0.42% | 0.68% | - |
| HSV(B) | 236.42º | 0.32% | 0.82% | - |
| XYZ | 32.5 | 30.47 | 63.84 | - |
| YUV | 150.99 | 160.17 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 208 | 0.32 | 0.30 | 0 | 0.18 | 236.42 | 0.42 | 0.68 |
| Hex | 8D | 91 | D0 | 20 | 1E | 0 | 12 | EC | 2A | 44 |
| Octal | 215 | 221 | 320 | 40 | 36 | 0 | 22 | 354 | 52 | 104 |
| Binary | 10001101 | 10010001 | 11010000 | 100000 | 11110 | 0 | 10010 | 11101100 | 101010 | 1000100 |
Color Harmonies of #8D91D0
Complementary color
Monochromatic Colors of #8D91D0
Black with #8D91D0
Text Example
Text Example
White with #8D91D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D91D0; }
p { color: rgb(141,145,208); }
H1.HeaderClassName
{
color: #8D91D0;
}
.AnyTagClassName
{
color: #8D91D0;
}
</style>
background-color css
<style>
a { background-color: #8D91D0; }
a { background-color: rgb(141,145,208); }
div.DivClassName
{
background-color: #8D91D0;
}
.BgClassName
{
background-color: #8D91D0;
}
</style>
border-color css
<style>
span { border-color: #8D91D0; }
span { border-color: rgb(141,145,208); }
td.TdClassName
{
border-color: #8D91D0;
}
.TagClassName
{
border-color: #8D91D0;
}
</style>