Shades of Portage #8BA4EF
Tints of Portage #8BA4EF
RGB
CMYK
RGB Variations
Color information
#8BA4EF (or 0x8BA4EF) is known color: Portage. HEX triplet: 8B, A4 and EF. RGB value is (139,164,239). Sum of RGB (Red+Green+Blue) = 139+164+239=542 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.65% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #8BA4EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA4EF is #745B10. Grayscale: #A4A4A4. Windows color (decimal): -7625489 or 15705227. OLE color: 15705227.
HSL color Cylindrical-coordinate representation of color #8BA4EF: hue angle of 225º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BA4EF is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 164 | 239 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.06 |
| HSL | 225º | 0.76% | 0.74% | - |
| HSV(B) | 225º | 0.42% | 0.94% | - |
| XYZ | 39.5 | 38.27 | 86.97 | - |
| YUV | 165.08 | 169.72 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 239 | 0.42 | 0.31 | 0 | 0.06 | 225 | 0.76 | 0.74 |
| Hex | 8B | A4 | EF | 2A | 1F | 0 | 6 | E1 | 4C | 4A |
| Octal | 213 | 244 | 357 | 52 | 37 | 0 | 6 | 341 | 114 | 112 |
| Binary | 10001011 | 10100100 | 11101111 | 101010 | 11111 | 0 | 110 | 11100001 | 1001100 | 1001010 |
Color Harmonies of #8BA4EF
Complementary color
Monochromatic Colors of #8BA4EF
Black with #8BA4EF
Text Example
Text Example
White with #8BA4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA4EF; }
p { color: rgb(139,164,239); }
H1.HeaderClassName
{
color: #8BA4EF;
}
.AnyTagClassName
{
color: #8BA4EF;
}
</style>
background-color css
<style>
a { background-color: #8BA4EF; }
a { background-color: rgb(139,164,239); }
div.DivClassName
{
background-color: #8BA4EF;
}
.BgClassName
{
background-color: #8BA4EF;
}
</style>
border-color css
<style>
span { border-color: #8BA4EF; }
span { border-color: rgb(139,164,239); }
td.TdClassName
{
border-color: #8BA4EF;
}
.TagClassName
{
border-color: #8BA4EF;
}
</style>