Shades of Portage #8BA0DE
Tints of Portage #8BA0DE
RGB
CMYK
RGB Variations
Color information
#8BA0DE (or 0x8BA0DE) is known color: Portage. HEX triplet: 8B, A0 and DE. RGB value is (139,160,222). Sum of RGB (Red+Green+Blue) = 139+160+222=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #8BA0DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA0DE is #745F21. Grayscale: #A0A0A0. Windows color (decimal): -7626530 or 14590091. OLE color: 14590091.
HSL color Cylindrical-coordinate representation of color #8BA0DE: hue angle of 224.82º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BA0DE is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 160 | 222 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.13 |
| HSL | 224.82º | 0.56% | 0.71% | - |
| HSV(B) | 224.82º | 0.37% | 0.87% | - |
| XYZ | 36.4 | 35.9 | 74.12 | - |
| YUV | 160.79 | 162.54 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 222 | 0.37 | 0.28 | 0 | 0.13 | 224.82 | 0.56 | 0.71 |
| Hex | 8B | A0 | DE | 25 | 1C | 0 | D | E1 | 38 | 47 |
| Octal | 213 | 240 | 336 | 45 | 34 | 0 | 15 | 341 | 70 | 107 |
| Binary | 10001011 | 10100000 | 11011110 | 100101 | 11100 | 0 | 1101 | 11100001 | 111000 | 1000111 |
Color Harmonies of #8BA0DE
Complementary color
Monochromatic Colors of #8BA0DE
Black with #8BA0DE
Text Example
Text Example
White with #8BA0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA0DE; }
p { color: rgb(139,160,222); }
H1.HeaderClassName
{
color: #8BA0DE;
}
.AnyTagClassName
{
color: #8BA0DE;
}
</style>
background-color css
<style>
a { background-color: #8BA0DE; }
a { background-color: rgb(139,160,222); }
div.DivClassName
{
background-color: #8BA0DE;
}
.BgClassName
{
background-color: #8BA0DE;
}
</style>
border-color css
<style>
span { border-color: #8BA0DE; }
span { border-color: rgb(139,160,222); }
td.TdClassName
{
border-color: #8BA0DE;
}
.TagClassName
{
border-color: #8BA0DE;
}
</style>