Shades of Portage #8DA3ED
Tints of Portage #8DA3ED
RGB
CMYK
RGB Variations
Color information
#8DA3ED (or 0x8DA3ED) is known color: Portage. HEX triplet: 8D, A3 and ED. RGB value is (141,163,237). Sum of RGB (Red+Green+Blue) = 141+163+237=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DA3ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA3ED is #725C12. Grayscale: #A4A4A4. Windows color (decimal): -7494675 or 15573901. OLE color: 15573901.
HSL color Cylindrical-coordinate representation of color #8DA3ED: hue angle of 226.25º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DA3ED is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 163 | 237 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.07 |
| HSL | 226.25º | 0.73% | 0.74% | - |
| HSV(B) | 226.25º | 0.41% | 0.93% | - |
| XYZ | 39.37 | 37.97 | 85.38 | - |
| YUV | 164.86 | 168.71 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 237 | 0.41 | 0.31 | 0 | 0.07 | 226.25 | 0.73 | 0.74 |
| Hex | 8D | A3 | ED | 29 | 1F | 0 | 7 | E2 | 49 | 4A |
| Octal | 215 | 243 | 355 | 51 | 37 | 0 | 7 | 342 | 111 | 112 |
| Binary | 10001101 | 10100011 | 11101101 | 101001 | 11111 | 0 | 111 | 11100010 | 1001001 | 1001010 |
Color Harmonies of #8DA3ED
Complementary color
Monochromatic Colors of #8DA3ED
Black with #8DA3ED
Text Example
Text Example
White with #8DA3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA3ED; }
p { color: rgb(141,163,237); }
H1.HeaderClassName
{
color: #8DA3ED;
}
.AnyTagClassName
{
color: #8DA3ED;
}
</style>
background-color css
<style>
a { background-color: #8DA3ED; }
a { background-color: rgb(141,163,237); }
div.DivClassName
{
background-color: #8DA3ED;
}
.BgClassName
{
background-color: #8DA3ED;
}
</style>
border-color css
<style>
span { border-color: #8DA3ED; }
span { border-color: rgb(141,163,237); }
td.TdClassName
{
border-color: #8DA3ED;
}
.TagClassName
{
border-color: #8DA3ED;
}
</style>