Shades of Portage #8DA6EC
Tints of Portage #8DA6EC
RGB
CMYK
RGB Variations
Color information
#8DA6EC (or 0x8DA6EC) is known color: Portage. HEX triplet: 8D, A6 and EC. RGB value is (141,166,236). Sum of RGB (Red+Green+Blue) = 141+166+236=543 (71% of max value = 765). Red value is 141 (55.47% from 255 or 25.97% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DA6EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA6EC is #725913. Grayscale: #A6A6A6. Windows color (decimal): -7493908 or 15509133. OLE color: 15509133.
HSL color Cylindrical-coordinate representation of color #8DA6EC: hue angle of 224.21º 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 #8DA6EC is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 166 | 236 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.07 |
| HSL | 224.21º | 0.71% | 0.74% | - |
| HSV(B) | 224.21º | 0.4% | 0.93% | - |
| XYZ | 39.76 | 38.99 | 84.79 | - |
| YUV | 166.51 | 167.22 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 166 | 236 | 0.40 | 0.30 | 0 | 0.07 | 224.21 | 0.71 | 0.74 |
| Hex | 8D | A6 | EC | 28 | 1E | 0 | 7 | E0 | 47 | 4A |
| Octal | 215 | 246 | 354 | 50 | 36 | 0 | 7 | 340 | 107 | 112 |
| Binary | 10001101 | 10100110 | 11101100 | 101000 | 11110 | 0 | 111 | 11100000 | 1000111 | 1001010 |
Color Harmonies of #8DA6EC
Complementary color
Monochromatic Colors of #8DA6EC
Black with #8DA6EC
Text Example
Text Example
White with #8DA6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA6EC; }
p { color: rgb(141,166,236); }
H1.HeaderClassName
{
color: #8DA6EC;
}
.AnyTagClassName
{
color: #8DA6EC;
}
</style>
background-color css
<style>
a { background-color: #8DA6EC; }
a { background-color: rgb(141,166,236); }
div.DivClassName
{
background-color: #8DA6EC;
}
.BgClassName
{
background-color: #8DA6EC;
}
</style>
border-color css
<style>
span { border-color: #8DA6EC; }
span { border-color: rgb(141,166,236); }
td.TdClassName
{
border-color: #8DA6EC;
}
.TagClassName
{
border-color: #8DA6EC;
}
</style>