Shades of Portage #8D9DCE
Tints of Portage #8D9DCE
RGB
CMYK
RGB Variations
Color information
#8D9DCE (or 0x8D9DCE) is known color: Portage. HEX triplet: 8D, 9D and CE. RGB value is (141,157,206). Sum of RGB (Red+Green+Blue) = 141+157+206=504 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.98% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D9DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9DCE is #726231. Grayscale: #9D9D9D. Windows color (decimal): -7496242 or 13540749. OLE color: 13540749.
HSL color Cylindrical-coordinate representation of color #8D9DCE: hue angle of 225.23º 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 #8D9DCE is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 157 | 206 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.19 |
| HSL | 225.23º | 0.4% | 0.68% | - |
| HSV(B) | 225.23º | 0.32% | 0.81% | - |
| XYZ | 34.18 | 34.23 | 63.2 | - |
| YUV | 157.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 157 | 206 | 0.32 | 0.24 | 0 | 0.19 | 225.23 | 0.4 | 0.68 |
| Hex | 8D | 9D | CE | 20 | 18 | 0 | 13 | E1 | 28 | 44 |
| Octal | 215 | 235 | 316 | 40 | 30 | 0 | 23 | 341 | 50 | 104 |
| Binary | 10001101 | 10011101 | 11001110 | 100000 | 11000 | 0 | 10011 | 11100001 | 101000 | 1000100 |
Color Harmonies of #8D9DCE
Complementary color
Monochromatic Colors of #8D9DCE
Black with #8D9DCE
Text Example
Text Example
White with #8D9DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9DCE; }
p { color: rgb(141,157,206); }
H1.HeaderClassName
{
color: #8D9DCE;
}
.AnyTagClassName
{
color: #8D9DCE;
}
</style>
background-color css
<style>
a { background-color: #8D9DCE; }
a { background-color: rgb(141,157,206); }
div.DivClassName
{
background-color: #8D9DCE;
}
.BgClassName
{
background-color: #8D9DCE;
}
</style>
border-color css
<style>
span { border-color: #8D9DCE; }
span { border-color: rgb(141,157,206); }
td.TdClassName
{
border-color: #8D9DCE;
}
.TagClassName
{
border-color: #8D9DCE;
}
</style>