Shades of Portage #8BA4E9
Tints of Portage #8BA4E9
RGB
CMYK
RGB Variations
Color information
#8BA4E9 (or 0x8BA4E9) is known color: Portage. HEX triplet: 8B, A4 and E9. RGB value is (139,164,233). Sum of RGB (Red+Green+Blue) = 139+164+233=536 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.93% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 233 - color contains mainly: blue. Hex color #8BA4E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA4E9 is #745B16. Grayscale: #A4A4A4. Windows color (decimal): -7625495 or 15312011. OLE color: 15312011.
HSL color Cylindrical-coordinate representation of color #8BA4E9: hue angle of 224.04º degrees, saturation: 0.68, 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 #8BA4E9 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 164 | 233 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.09 |
| HSL | 224.04º | 0.68% | 0.73% | - |
| HSV(B) | 224.04º | 0.4% | 0.91% | - |
| XYZ | 38.63 | 37.92 | 82.37 | - |
| YUV | 164.39 | 166.72 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 233 | 0.40 | 0.30 | 0 | 0.09 | 224.04 | 0.68 | 0.73 |
| Hex | 8B | A4 | E9 | 28 | 1E | 0 | 9 | E0 | 44 | 49 |
| Octal | 213 | 244 | 351 | 50 | 36 | 0 | 11 | 340 | 104 | 111 |
| Binary | 10001011 | 10100100 | 11101001 | 101000 | 11110 | 0 | 1001 | 11100000 | 1000100 | 1001001 |
Color Harmonies of #8BA4E9
Complementary color
Monochromatic Colors of #8BA4E9
Black with #8BA4E9
Text Example
Text Example
White with #8BA4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA4E9; }
p { color: rgb(139,164,233); }
H1.HeaderClassName
{
color: #8BA4E9;
}
.AnyTagClassName
{
color: #8BA4E9;
}
</style>
background-color css
<style>
a { background-color: #8BA4E9; }
a { background-color: rgb(139,164,233); }
div.DivClassName
{
background-color: #8BA4E9;
}
.BgClassName
{
background-color: #8BA4E9;
}
</style>
border-color css
<style>
span { border-color: #8BA4E9; }
span { border-color: rgb(139,164,233); }
td.TdClassName
{
border-color: #8BA4E9;
}
.TagClassName
{
border-color: #8BA4E9;
}
</style>