Shades of Portage #8D9EFA
Tints of Portage #8D9EFA
RGB
CMYK
RGB Variations
Color information
#8D9EFA (or 0x8D9EFA) is known color: Portage. HEX triplet: 8D, 9E and FA. RGB value is (141,158,250). Sum of RGB (Red+Green+Blue) = 141+158+250=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D9EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9EFA is #726105. Grayscale: #A3A3A3. Windows color (decimal): -7495942 or 16424589. OLE color: 16424589.
HSL color Cylindrical-coordinate representation of color #8D9EFA: hue angle of 230.64º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D9EFA is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 158 | 250 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.02 |
| HSL | 230.64º | 0.92% | 0.77% | - |
| HSV(B) | 230.64º | 0.44% | 0.98% | - |
| XYZ | 40.47 | 37.02 | 95.45 | - |
| YUV | 163.41 | 176.87 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 158 | 250 | 0.44 | 0.37 | 0 | 0.02 | 230.64 | 0.92 | 0.77 |
| Hex | 8D | 9E | FA | 2C | 25 | 0 | 2 | E7 | 5C | 4D |
| Octal | 215 | 236 | 372 | 54 | 45 | 0 | 2 | 347 | 134 | 115 |
| Binary | 10001101 | 10011110 | 11111010 | 101100 | 100101 | 0 | 10 | 11100111 | 1011100 | 1001101 |
Color Harmonies of #8D9EFA
Complementary color
Monochromatic Colors of #8D9EFA
Black with #8D9EFA
Text Example
Text Example
White with #8D9EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9EFA; }
p { color: rgb(141,158,250); }
H1.HeaderClassName
{
color: #8D9EFA;
}
.AnyTagClassName
{
color: #8D9EFA;
}
</style>
background-color css
<style>
a { background-color: #8D9EFA; }
a { background-color: rgb(141,158,250); }
div.DivClassName
{
background-color: #8D9EFA;
}
.BgClassName
{
background-color: #8D9EFA;
}
</style>
border-color css
<style>
span { border-color: #8D9EFA; }
span { border-color: rgb(141,158,250); }
td.TdClassName
{
border-color: #8D9EFA;
}
.TagClassName
{
border-color: #8D9EFA;
}
</style>