Shades of Portage #8BA2E8
Tints of Portage #8BA2E8
RGB
CMYK
RGB Variations
Color information
#8BA2E8 (or 0x8BA2E8) is known color: Portage. HEX triplet: 8B, A2 and E8. RGB value is (139,162,232). Sum of RGB (Red+Green+Blue) = 139+162+232=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #8BA2E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA2E8 is #745D17. Grayscale: #A2A2A2. Windows color (decimal): -7626008 or 15245963. OLE color: 15245963.
HSL color Cylindrical-coordinate representation of color #8BA2E8: hue angle of 225.16º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BA2E8 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 162 | 232 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.09 |
| HSL | 225.16º | 0.67% | 0.73% | - |
| HSV(B) | 225.16º | 0.4% | 0.91% | - |
| XYZ | 38.13 | 37.16 | 81.51 | - |
| YUV | 163.1 | 166.88 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 232 | 0.40 | 0.30 | 0 | 0.09 | 225.16 | 0.67 | 0.73 |
| Hex | 8B | A2 | E8 | 28 | 1E | 0 | 9 | E1 | 43 | 49 |
| Octal | 213 | 242 | 350 | 50 | 36 | 0 | 11 | 341 | 103 | 111 |
| Binary | 10001011 | 10100010 | 11101000 | 101000 | 11110 | 0 | 1001 | 11100001 | 1000011 | 1001001 |
Color Harmonies of #8BA2E8
Complementary color
Monochromatic Colors of #8BA2E8
Black with #8BA2E8
Text Example
Text Example
White with #8BA2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA2E8; }
p { color: rgb(139,162,232); }
H1.HeaderClassName
{
color: #8BA2E8;
}
.AnyTagClassName
{
color: #8BA2E8;
}
</style>
background-color css
<style>
a { background-color: #8BA2E8; }
a { background-color: rgb(139,162,232); }
div.DivClassName
{
background-color: #8BA2E8;
}
.BgClassName
{
background-color: #8BA2E8;
}
</style>
border-color css
<style>
span { border-color: #8BA2E8; }
span { border-color: rgb(139,162,232); }
td.TdClassName
{
border-color: #8BA2E8;
}
.TagClassName
{
border-color: #8BA2E8;
}
</style>