Shades of Portage #8A9FEC
Tints of Portage #8A9FEC
RGB
CMYK
RGB Variations
Color information
#8A9FEC (or 0x8A9FEC) is known color: Portage. HEX triplet: 8A, 9F and EC. RGB value is (138,159,236). Sum of RGB (Red+Green+Blue) = 138+159+236=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A9FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9FEC is #756013. Grayscale: #A1A1A1. Windows color (decimal): -7692308 or 15507338. OLE color: 15507338.
HSL color Cylindrical-coordinate representation of color #8A9FEC: hue angle of 227.14º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A9FEC is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 159 | 236 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.07 |
| HSL | 227.14º | 0.72% | 0.73% | - |
| HSV(B) | 227.14º | 0.42% | 0.93% | - |
| XYZ | 38.02 | 36.26 | 84.35 | - |
| YUV | 161.5 | 170.04 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 159 | 236 | 0.42 | 0.33 | 0 | 0.07 | 227.14 | 0.72 | 0.73 |
| Hex | 8A | 9F | EC | 2A | 21 | 0 | 7 | E3 | 48 | 49 |
| Octal | 212 | 237 | 354 | 52 | 41 | 0 | 7 | 343 | 110 | 111 |
| Binary | 10001010 | 10011111 | 11101100 | 101010 | 100001 | 0 | 111 | 11100011 | 1001000 | 1001001 |
Color Harmonies of #8A9FEC
Complementary color
Monochromatic Colors of #8A9FEC
Black with #8A9FEC
Text Example
Text Example
White with #8A9FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9FEC; }
p { color: rgb(138,159,236); }
H1.HeaderClassName
{
color: #8A9FEC;
}
.AnyTagClassName
{
color: #8A9FEC;
}
</style>
background-color css
<style>
a { background-color: #8A9FEC; }
a { background-color: rgb(138,159,236); }
div.DivClassName
{
background-color: #8A9FEC;
}
.BgClassName
{
background-color: #8A9FEC;
}
</style>
border-color css
<style>
span { border-color: #8A9FEC; }
span { border-color: rgb(138,159,236); }
td.TdClassName
{
border-color: #8A9FEC;
}
.TagClassName
{
border-color: #8A9FEC;
}
</style>