Shades of Portage #8BA0ED
Tints of Portage #8BA0ED
RGB
CMYK
RGB Variations
Color information
#8BA0ED (or 0x8BA0ED) is known color: Portage. HEX triplet: 8B, A0 and ED. RGB value is (139,160,237). Sum of RGB (Red+Green+Blue) = 139+160+237=536 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.93% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BA0ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA0ED is #745F12. Grayscale: #A2A2A2. Windows color (decimal): -7626515 or 15573131. OLE color: 15573131.
HSL color Cylindrical-coordinate representation of color #8BA0ED: hue angle of 227.14º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BA0ED is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 160 | 237 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.07 |
| HSL | 227.14º | 0.73% | 0.74% | - |
| HSV(B) | 227.14º | 0.41% | 0.93% | - |
| XYZ | 38.5 | 36.75 | 85.18 | - |
| YUV | 162.5 | 170.04 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 237 | 0.41 | 0.32 | 0 | 0.07 | 227.14 | 0.73 | 0.74 |
| Hex | 8B | A0 | ED | 29 | 20 | 0 | 7 | E3 | 49 | 4A |
| Octal | 213 | 240 | 355 | 51 | 40 | 0 | 7 | 343 | 111 | 112 |
| Binary | 10001011 | 10100000 | 11101101 | 101001 | 100000 | 0 | 111 | 11100011 | 1001001 | 1001010 |
Color Harmonies of #8BA0ED
Complementary color
Monochromatic Colors of #8BA0ED
Black with #8BA0ED
Text Example
Text Example
White with #8BA0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA0ED; }
p { color: rgb(139,160,237); }
H1.HeaderClassName
{
color: #8BA0ED;
}
.AnyTagClassName
{
color: #8BA0ED;
}
</style>
background-color css
<style>
a { background-color: #8BA0ED; }
a { background-color: rgb(139,160,237); }
div.DivClassName
{
background-color: #8BA0ED;
}
.BgClassName
{
background-color: #8BA0ED;
}
</style>
border-color css
<style>
span { border-color: #8BA0ED; }
span { border-color: rgb(139,160,237); }
td.TdClassName
{
border-color: #8BA0ED;
}
.TagClassName
{
border-color: #8BA0ED;
}
</style>