Shades of Portage #8DA3E9
Tints of Portage #8DA3E9
RGB
CMYK
RGB Variations
Color information
#8DA3E9 (or 0x8DA3E9) is known color: Portage. HEX triplet: 8D, A3 and E9. RGB value is (141,163,233). Sum of RGB (Red+Green+Blue) = 141+163+233=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #8DA3E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA3E9 is #725C16. Grayscale: #A4A4A4. Windows color (decimal): -7494679 or 15311757. OLE color: 15311757.
HSL color Cylindrical-coordinate representation of color #8DA3E9: hue angle of 225.65º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DA3E9 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 163 | 233 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.09 |
| HSL | 225.65º | 0.68% | 0.73% | - |
| HSV(B) | 225.65º | 0.39% | 0.91% | - |
| XYZ | 38.79 | 37.74 | 82.33 | - |
| YUV | 164.4 | 166.71 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 233 | 0.39 | 0.30 | 0 | 0.09 | 225.65 | 0.68 | 0.73 |
| Hex | 8D | A3 | E9 | 27 | 1E | 0 | 9 | E2 | 44 | 49 |
| Octal | 215 | 243 | 351 | 47 | 36 | 0 | 11 | 342 | 104 | 111 |
| Binary | 10001101 | 10100011 | 11101001 | 100111 | 11110 | 0 | 1001 | 11100010 | 1000100 | 1001001 |
Color Harmonies of #8DA3E9
Complementary color
Monochromatic Colors of #8DA3E9
Black with #8DA3E9
Text Example
Text Example
White with #8DA3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA3E9; }
p { color: rgb(141,163,233); }
H1.HeaderClassName
{
color: #8DA3E9;
}
.AnyTagClassName
{
color: #8DA3E9;
}
</style>
background-color css
<style>
a { background-color: #8DA3E9; }
a { background-color: rgb(141,163,233); }
div.DivClassName
{
background-color: #8DA3E9;
}
.BgClassName
{
background-color: #8DA3E9;
}
</style>
border-color css
<style>
span { border-color: #8DA3E9; }
span { border-color: rgb(141,163,233); }
td.TdClassName
{
border-color: #8DA3E9;
}
.TagClassName
{
border-color: #8DA3E9;
}
</style>