Shades of Portage #8A9BEC
Tints of Portage #8A9BEC
RGB
CMYK
RGB Variations
Color information
#8A9BEC (or 0x8A9BEC) is known color: Portage. HEX triplet: 8A, 9B and EC. RGB value is (138,155,236). Sum of RGB (Red+Green+Blue) = 138+155+236=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A9BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9BEC is #756413. Grayscale: #9E9E9E. Windows color (decimal): -7693332 or 15506314. OLE color: 15506314.
HSL color Cylindrical-coordinate representation of color #8A9BEC: hue angle of 229.59º 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 #8A9BEC is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 155 | 236 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.07 |
| HSL | 229.59º | 0.72% | 0.73% | - |
| HSV(B) | 229.59º | 0.42% | 0.93% | - |
| XYZ | 37.34 | 34.9 | 84.13 | - |
| YUV | 159.15 | 171.37 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 236 | 0.42 | 0.34 | 0 | 0.07 | 229.59 | 0.72 | 0.73 |
| Hex | 8A | 9B | EC | 2A | 22 | 0 | 7 | E6 | 48 | 49 |
| Octal | 212 | 233 | 354 | 52 | 42 | 0 | 7 | 346 | 110 | 111 |
| Binary | 10001010 | 10011011 | 11101100 | 101010 | 100010 | 0 | 111 | 11100110 | 1001000 | 1001001 |
Color Harmonies of #8A9BEC
Complementary color
Monochromatic Colors of #8A9BEC
Black with #8A9BEC
Text Example
Text Example
White with #8A9BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9BEC; }
p { color: rgb(138,155,236); }
H1.HeaderClassName
{
color: #8A9BEC;
}
.AnyTagClassName
{
color: #8A9BEC;
}
</style>
background-color css
<style>
a { background-color: #8A9BEC; }
a { background-color: rgb(138,155,236); }
div.DivClassName
{
background-color: #8A9BEC;
}
.BgClassName
{
background-color: #8A9BEC;
}
</style>
border-color css
<style>
span { border-color: #8A9BEC; }
span { border-color: rgb(138,155,236); }
td.TdClassName
{
border-color: #8A9BEC;
}
.TagClassName
{
border-color: #8A9BEC;
}
</style>