Shades of Portage #8D9CDF
Tints of Portage #8D9CDF
RGB
CMYK
RGB Variations
Color information
#8D9CDF (or 0x8D9CDF) is known color: Portage. HEX triplet: 8D, 9C and DF. RGB value is (141,156,223). Sum of RGB (Red+Green+Blue) = 141+156+223=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D9CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9CDF is #726320. Grayscale: #9E9E9E. Windows color (decimal): -7496481 or 14654605. OLE color: 14654605.
HSL color Cylindrical-coordinate representation of color #8D9CDF: hue angle of 229.02º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D9CDF is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 156 | 223 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.13 |
| HSL | 229.02º | 0.56% | 0.71% | - |
| HSV(B) | 229.02º | 0.37% | 0.87% | - |
| XYZ | 36.19 | 34.77 | 74.62 | - |
| YUV | 159.15 | 164.03 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 156 | 223 | 0.37 | 0.30 | 0 | 0.13 | 229.02 | 0.56 | 0.71 |
| Hex | 8D | 9C | DF | 25 | 1E | 0 | D | E5 | 38 | 47 |
| Octal | 215 | 234 | 337 | 45 | 36 | 0 | 15 | 345 | 70 | 107 |
| Binary | 10001101 | 10011100 | 11011111 | 100101 | 11110 | 0 | 1101 | 11100101 | 111000 | 1000111 |
Color Harmonies of #8D9CDF
Complementary color
Monochromatic Colors of #8D9CDF
Black with #8D9CDF
Text Example
Text Example
White with #8D9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9CDF; }
p { color: rgb(141,156,223); }
H1.HeaderClassName
{
color: #8D9CDF;
}
.AnyTagClassName
{
color: #8D9CDF;
}
</style>
background-color css
<style>
a { background-color: #8D9CDF; }
a { background-color: rgb(141,156,223); }
div.DivClassName
{
background-color: #8D9CDF;
}
.BgClassName
{
background-color: #8D9CDF;
}
</style>
border-color css
<style>
span { border-color: #8D9CDF; }
span { border-color: rgb(141,156,223); }
td.TdClassName
{
border-color: #8D9CDF;
}
.TagClassName
{
border-color: #8D9CDF;
}
</style>