Shades of Portage #8C9EFA
Tints of Portage #8C9EFA
RGB
CMYK
RGB Variations
Color information
#8C9EFA (or 0x8C9EFA) is known color: Portage. HEX triplet: 8C, 9E and FA. RGB value is (140,158,250). Sum of RGB (Red+Green+Blue) = 140+158+250=548 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.55% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C9EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9EFA is #736105. Grayscale: #A2A2A2. Windows color (decimal): -7561478 or 16424588. OLE color: 16424588.
HSL color Cylindrical-coordinate representation of color #8C9EFA: hue angle of 230.18º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C9EFA is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 158 | 250 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.02 |
| HSL | 230.18º | 0.92% | 0.76% | - |
| HSV(B) | 230.18º | 0.44% | 0.98% | - |
| XYZ | 40.3 | 36.93 | 95.45 | - |
| YUV | 163.11 | 177.04 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 158 | 250 | 0.44 | 0.37 | 0 | 0.02 | 230.18 | 0.92 | 0.76 |
| Hex | 8C | 9E | FA | 2C | 25 | 0 | 2 | E6 | 5C | 4C |
| Octal | 214 | 236 | 372 | 54 | 45 | 0 | 2 | 346 | 134 | 114 |
| Binary | 10001100 | 10011110 | 11111010 | 101100 | 100101 | 0 | 10 | 11100110 | 1011100 | 1001100 |
Color Harmonies of #8C9EFA
Complementary color
Monochromatic Colors of #8C9EFA
Black with #8C9EFA
Text Example
Text Example
White with #8C9EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9EFA; }
p { color: rgb(140,158,250); }
H1.HeaderClassName
{
color: #8C9EFA;
}
.AnyTagClassName
{
color: #8C9EFA;
}
</style>
background-color css
<style>
a { background-color: #8C9EFA; }
a { background-color: rgb(140,158,250); }
div.DivClassName
{
background-color: #8C9EFA;
}
.BgClassName
{
background-color: #8C9EFA;
}
</style>
border-color css
<style>
span { border-color: #8C9EFA; }
span { border-color: rgb(140,158,250); }
td.TdClassName
{
border-color: #8C9EFA;
}
.TagClassName
{
border-color: #8C9EFA;
}
</style>