Shades of Portage #8D9CCE
Tints of Portage #8D9CCE
RGB
CMYK
RGB Variations
Color information
#8D9CCE (or 0x8D9CCE) is known color: Portage. HEX triplet: 8D, 9C and CE. RGB value is (141,156,206). Sum of RGB (Red+Green+Blue) = 141+156+206=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D9CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9CCE is #726331. Grayscale: #9C9C9C. Windows color (decimal): -7496498 or 13540493. OLE color: 13540493.
HSL color Cylindrical-coordinate representation of color #8D9CCE: hue angle of 226.15º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D9CCE is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 156 | 206 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.19 |
| HSL | 226.15º | 0.4% | 0.68% | - |
| HSV(B) | 226.15º | 0.32% | 0.81% | - |
| XYZ | 34.01 | 33.9 | 63.14 | - |
| YUV | 157.22 | 155.53 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 156 | 206 | 0.32 | 0.24 | 0 | 0.19 | 226.15 | 0.4 | 0.68 |
| Hex | 8D | 9C | CE | 20 | 18 | 0 | 13 | E2 | 28 | 44 |
| Octal | 215 | 234 | 316 | 40 | 30 | 0 | 23 | 342 | 50 | 104 |
| Binary | 10001101 | 10011100 | 11001110 | 100000 | 11000 | 0 | 10011 | 11100010 | 101000 | 1000100 |
Color Harmonies of #8D9CCE
Complementary color
Monochromatic Colors of #8D9CCE
Black with #8D9CCE
Text Example
Text Example
White with #8D9CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9CCE; }
p { color: rgb(141,156,206); }
H1.HeaderClassName
{
color: #8D9CCE;
}
.AnyTagClassName
{
color: #8D9CCE;
}
</style>
background-color css
<style>
a { background-color: #8D9CCE; }
a { background-color: rgb(141,156,206); }
div.DivClassName
{
background-color: #8D9CCE;
}
.BgClassName
{
background-color: #8D9CCE;
}
</style>
border-color css
<style>
span { border-color: #8D9CCE; }
span { border-color: rgb(141,156,206); }
td.TdClassName
{
border-color: #8D9CCE;
}
.TagClassName
{
border-color: #8D9CCE;
}
</style>