Shades of Portage #8E9DFA
Tints of Portage #8E9DFA
RGB
CMYK
RGB Variations
Color information
#8E9DFA (or 0x8E9DFA) is known color: Portage. HEX triplet: 8E, 9D and FA. RGB value is (142,157,250). Sum of RGB (Red+Green+Blue) = 142+157+250=549 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.87% from 549); Green value is 157 (61.72% from 255 or 28.60% 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 #8E9DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9DFA is #716205. Grayscale: #A2A2A2. Windows color (decimal): -7430662 or 16424334. OLE color: 16424334.
HSL color Cylindrical-coordinate representation of color #8E9DFA: hue angle of 231.67º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E9DFA is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 157 | 250 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.02 |
| HSL | 231.67º | 0.92% | 0.77% | - |
| HSV(B) | 231.67º | 0.43% | 0.98% | - |
| XYZ | 40.47 | 36.77 | 95.41 | - |
| YUV | 163.12 | 177.03 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 157 | 250 | 0.43 | 0.37 | 0 | 0.02 | 231.67 | 0.92 | 0.77 |
| Hex | 8E | 9D | FA | 2B | 25 | 0 | 2 | E8 | 5C | 4D |
| Octal | 216 | 235 | 372 | 53 | 45 | 0 | 2 | 350 | 134 | 115 |
| Binary | 10001110 | 10011101 | 11111010 | 101011 | 100101 | 0 | 10 | 11101000 | 1011100 | 1001101 |
Color Harmonies of #8E9DFA
Complementary color
Monochromatic Colors of #8E9DFA
Black with #8E9DFA
Text Example
Text Example
White with #8E9DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9DFA; }
p { color: rgb(142,157,250); }
H1.HeaderClassName
{
color: #8E9DFA;
}
.AnyTagClassName
{
color: #8E9DFA;
}
</style>
background-color css
<style>
a { background-color: #8E9DFA; }
a { background-color: rgb(142,157,250); }
div.DivClassName
{
background-color: #8E9DFA;
}
.BgClassName
{
background-color: #8E9DFA;
}
</style>
border-color css
<style>
span { border-color: #8E9DFA; }
span { border-color: rgb(142,157,250); }
td.TdClassName
{
border-color: #8E9DFA;
}
.TagClassName
{
border-color: #8E9DFA;
}
</style>