Shades of Portage #8DA0EC
Tints of Portage #8DA0EC
RGB
CMYK
RGB Variations
Color information
#8DA0EC (or 0x8DA0EC) is known color: Portage. HEX triplet: 8D, A0 and EC. RGB value is (141,160,236). Sum of RGB (Red+Green+Blue) = 141+160+236=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DA0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA0EC is #725F13. Grayscale: #A2A2A2. Windows color (decimal): -7495444 or 15507597. OLE color: 15507597.
HSL color Cylindrical-coordinate representation of color #8DA0EC: hue angle of 228º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DA0EC is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 160 | 236 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.07 |
| HSL | 228º | 0.71% | 0.74% | - |
| HSV(B) | 228º | 0.4% | 0.93% | - |
| XYZ | 38.7 | 36.86 | 84.43 | - |
| YUV | 162.98 | 169.21 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 236 | 0.40 | 0.32 | 0 | 0.07 | 228 | 0.71 | 0.74 |
| Hex | 8D | A0 | EC | 28 | 20 | 0 | 7 | E4 | 47 | 4A |
| Octal | 215 | 240 | 354 | 50 | 40 | 0 | 7 | 344 | 107 | 112 |
| Binary | 10001101 | 10100000 | 11101100 | 101000 | 100000 | 0 | 111 | 11100100 | 1000111 | 1001010 |
Color Harmonies of #8DA0EC
Complementary color
Monochromatic Colors of #8DA0EC
Black with #8DA0EC
Text Example
Text Example
White with #8DA0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA0EC; }
p { color: rgb(141,160,236); }
H1.HeaderClassName
{
color: #8DA0EC;
}
.AnyTagClassName
{
color: #8DA0EC;
}
</style>
background-color css
<style>
a { background-color: #8DA0EC; }
a { background-color: rgb(141,160,236); }
div.DivClassName
{
background-color: #8DA0EC;
}
.BgClassName
{
background-color: #8DA0EC;
}
</style>
border-color css
<style>
span { border-color: #8DA0EC; }
span { border-color: rgb(141,160,236); }
td.TdClassName
{
border-color: #8DA0EC;
}
.TagClassName
{
border-color: #8DA0EC;
}
</style>