Shades of Portage #8D9EDF
Tints of Portage #8D9EDF
RGB
CMYK
RGB Variations
Color information
#8D9EDF (or 0x8D9EDF) is known color: Portage. HEX triplet: 8D, 9E and DF. RGB value is (141,158,223). Sum of RGB (Red+Green+Blue) = 141+158+223=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D9EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9EDF is #726120. Grayscale: #A0A0A0. Windows color (decimal): -7495969 or 14655117. OLE color: 14655117.
HSL color Cylindrical-coordinate representation of color #8D9EDF: hue angle of 227.56º 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 #8D9EDF is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 158 | 223 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.13 |
| HSL | 227.56º | 0.56% | 0.71% | - |
| HSV(B) | 227.56º | 0.37% | 0.87% | - |
| XYZ | 36.53 | 35.44 | 74.73 | - |
| YUV | 160.33 | 163.37 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 158 | 223 | 0.37 | 0.29 | 0 | 0.13 | 227.56 | 0.56 | 0.71 |
| Hex | 8D | 9E | DF | 25 | 1D | 0 | D | E4 | 38 | 47 |
| Octal | 215 | 236 | 337 | 45 | 35 | 0 | 15 | 344 | 70 | 107 |
| Binary | 10001101 | 10011110 | 11011111 | 100101 | 11101 | 0 | 1101 | 11100100 | 111000 | 1000111 |
Color Harmonies of #8D9EDF
Complementary color
Monochromatic Colors of #8D9EDF
Black with #8D9EDF
Text Example
Text Example
White with #8D9EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9EDF; }
p { color: rgb(141,158,223); }
H1.HeaderClassName
{
color: #8D9EDF;
}
.AnyTagClassName
{
color: #8D9EDF;
}
</style>
background-color css
<style>
a { background-color: #8D9EDF; }
a { background-color: rgb(141,158,223); }
div.DivClassName
{
background-color: #8D9EDF;
}
.BgClassName
{
background-color: #8D9EDF;
}
</style>
border-color css
<style>
span { border-color: #8D9EDF; }
span { border-color: rgb(141,158,223); }
td.TdClassName
{
border-color: #8D9EDF;
}
.TagClassName
{
border-color: #8D9EDF;
}
</style>