Shades of Portage #8D9CCA
Tints of Portage #8D9CCA
RGB
CMYK
RGB Variations
Color information
#8D9CCA (or 0x8D9CCA) is known color: Portage. HEX triplet: 8D, 9C and CA. RGB value is (141,156,202). Sum of RGB (Red+Green+Blue) = 141+156+202=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D9CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9CCA is #726335. Grayscale: #9C9C9C. Windows color (decimal): -7496502 or 13278349. OLE color: 13278349.
HSL color Cylindrical-coordinate representation of color #8D9CCA: hue angle of 225.25º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D9CCA is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 156 | 202 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.21 |
| HSL | 225.25º | 0.37% | 0.67% | - |
| HSV(B) | 225.25º | 0.3% | 0.79% | - |
| XYZ | 33.53 | 33.7 | 60.62 | - |
| YUV | 156.76 | 153.53 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 156 | 202 | 0.30 | 0.23 | 0 | 0.21 | 225.25 | 0.37 | 0.67 |
| Hex | 8D | 9C | CA | 1E | 17 | 0 | 15 | E1 | 25 | 43 |
| Octal | 215 | 234 | 312 | 36 | 27 | 0 | 25 | 341 | 45 | 103 |
| Binary | 10001101 | 10011100 | 11001010 | 11110 | 10111 | 0 | 10101 | 11100001 | 100101 | 1000011 |
Color Harmonies of #8D9CCA
Complementary color
Monochromatic Colors of #8D9CCA
Black with #8D9CCA
Text Example
Text Example
White with #8D9CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9CCA; }
p { color: rgb(141,156,202); }
H1.HeaderClassName
{
color: #8D9CCA;
}
.AnyTagClassName
{
color: #8D9CCA;
}
</style>
background-color css
<style>
a { background-color: #8D9CCA; }
a { background-color: rgb(141,156,202); }
div.DivClassName
{
background-color: #8D9CCA;
}
.BgClassName
{
background-color: #8D9CCA;
}
</style>
border-color css
<style>
span { border-color: #8D9CCA; }
span { border-color: rgb(141,156,202); }
td.TdClassName
{
border-color: #8D9CCA;
}
.TagClassName
{
border-color: #8D9CCA;
}
</style>