Shades of Portage #8BA3EA
Tints of Portage #8BA3EA
RGB
CMYK
RGB Variations
Color information
#8BA3EA (or 0x8BA3EA) is known color: Portage. HEX triplet: 8B, A3 and EA. RGB value is (139,163,234). Sum of RGB (Red+Green+Blue) = 139+163+234=536 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.93% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BA3EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA3EA is #745C15. Grayscale: #A3A3A3. Windows color (decimal): -7625750 or 15377291. OLE color: 15377291.
HSL color Cylindrical-coordinate representation of color #8BA3EA: hue angle of 224.84º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BA3EA is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 163 | 234 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.08 |
| HSL | 224.84º | 0.69% | 0.73% | - |
| HSV(B) | 224.84º | 0.41% | 0.92% | - |
| XYZ | 38.6 | 37.62 | 83.07 | - |
| YUV | 163.92 | 167.55 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 234 | 0.41 | 0.30 | 0 | 0.08 | 224.84 | 0.69 | 0.73 |
| Hex | 8B | A3 | EA | 29 | 1E | 0 | 8 | E1 | 45 | 49 |
| Octal | 213 | 243 | 352 | 51 | 36 | 0 | 10 | 341 | 105 | 111 |
| Binary | 10001011 | 10100011 | 11101010 | 101001 | 11110 | 0 | 1000 | 11100001 | 1000101 | 1001001 |
Color Harmonies of #8BA3EA
Complementary color
Monochromatic Colors of #8BA3EA
Black with #8BA3EA
Text Example
Text Example
White with #8BA3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA3EA; }
p { color: rgb(139,163,234); }
H1.HeaderClassName
{
color: #8BA3EA;
}
.AnyTagClassName
{
color: #8BA3EA;
}
</style>
background-color css
<style>
a { background-color: #8BA3EA; }
a { background-color: rgb(139,163,234); }
div.DivClassName
{
background-color: #8BA3EA;
}
.BgClassName
{
background-color: #8BA3EA;
}
</style>
border-color css
<style>
span { border-color: #8BA3EA; }
span { border-color: rgb(139,163,234); }
td.TdClassName
{
border-color: #8BA3EA;
}
.TagClassName
{
border-color: #8BA3EA;
}
</style>