Shades of Portage #8DA2EF
Tints of Portage #8DA2EF
RGB
CMYK
RGB Variations
Color information
#8DA2EF (or 0x8DA2EF) is known color: Portage. HEX triplet: 8D, A2 and EF. RGB value is (141,162,239). Sum of RGB (Red+Green+Blue) = 141+162+239=542 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.01% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DA2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA2EF is #725D10. Grayscale: #A4A4A4. Windows color (decimal): -7494929 or 15704717. OLE color: 15704717.
HSL color Cylindrical-coordinate representation of color #8DA2EF: hue angle of 227.14º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DA2EF is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 162 | 239 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.06 |
| HSL | 227.14º | 0.75% | 0.75% | - |
| HSV(B) | 227.14º | 0.41% | 0.94% | - |
| XYZ | 39.48 | 37.74 | 86.86 | - |
| YUV | 164.5 | 170.04 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 239 | 0.41 | 0.32 | 0 | 0.06 | 227.14 | 0.75 | 0.75 |
| Hex | 8D | A2 | EF | 29 | 20 | 0 | 6 | E3 | 4B | 4B |
| Octal | 215 | 242 | 357 | 51 | 40 | 0 | 6 | 343 | 113 | 113 |
| Binary | 10001101 | 10100010 | 11101111 | 101001 | 100000 | 0 | 110 | 11100011 | 1001011 | 1001011 |
Color Harmonies of #8DA2EF
Complementary color
Monochromatic Colors of #8DA2EF
Black with #8DA2EF
Text Example
Text Example
White with #8DA2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA2EF; }
p { color: rgb(141,162,239); }
H1.HeaderClassName
{
color: #8DA2EF;
}
.AnyTagClassName
{
color: #8DA2EF;
}
</style>
background-color css
<style>
a { background-color: #8DA2EF; }
a { background-color: rgb(141,162,239); }
div.DivClassName
{
background-color: #8DA2EF;
}
.BgClassName
{
background-color: #8DA2EF;
}
</style>
border-color css
<style>
span { border-color: #8DA2EF; }
span { border-color: rgb(141,162,239); }
td.TdClassName
{
border-color: #8DA2EF;
}
.TagClassName
{
border-color: #8DA2EF;
}
</style>