Shades of Portage #8BA2E2
Tints of Portage #8BA2E2
RGB
CMYK
RGB Variations
Color information
#8BA2E2 (or 0x8BA2E2) is known color: Portage. HEX triplet: 8B, A2 and E2. RGB value is (139,162,226). Sum of RGB (Red+Green+Blue) = 139+162+226=527 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.38% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 226 (88.67% from 255 or 42.88% from 527); Max value from RGB is 226 - color contains mainly: blue. Hex color #8BA2E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA2E2 is #745D1D. Grayscale: #A2A2A2. Windows color (decimal): -7626014 or 14852747. OLE color: 14852747.
HSL color Cylindrical-coordinate representation of color #8BA2E2: hue angle of 224.14º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BA2E2 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 162 | 226 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.11 |
| HSL | 224.14º | 0.6% | 0.72% | - |
| HSV(B) | 224.14º | 0.38% | 0.89% | - |
| XYZ | 37.3 | 36.82 | 77.09 | - |
| YUV | 162.42 | 163.88 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 226 | 0.38 | 0.28 | 0 | 0.11 | 224.14 | 0.6 | 0.72 |
| Hex | 8B | A2 | E2 | 26 | 1C | 0 | B | E0 | 3C | 48 |
| Octal | 213 | 242 | 342 | 46 | 34 | 0 | 13 | 340 | 74 | 110 |
| Binary | 10001011 | 10100010 | 11100010 | 100110 | 11100 | 0 | 1011 | 11100000 | 111100 | 1001000 |
Color Harmonies of #8BA2E2
Complementary color
Monochromatic Colors of #8BA2E2
Black with #8BA2E2
Text Example
Text Example
White with #8BA2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA2E2; }
p { color: rgb(139,162,226); }
H1.HeaderClassName
{
color: #8BA2E2;
}
.AnyTagClassName
{
color: #8BA2E2;
}
</style>
background-color css
<style>
a { background-color: #8BA2E2; }
a { background-color: rgb(139,162,226); }
div.DivClassName
{
background-color: #8BA2E2;
}
.BgClassName
{
background-color: #8BA2E2;
}
</style>
border-color css
<style>
span { border-color: #8BA2E2; }
span { border-color: rgb(139,162,226); }
td.TdClassName
{
border-color: #8BA2E2;
}
.TagClassName
{
border-color: #8BA2E2;
}
</style>