Shades of Portage #8BA3ED
Tints of Portage #8BA3ED
RGB
CMYK
RGB Variations
Color information
#8BA3ED (or 0x8BA3ED) is known color: Portage. HEX triplet: 8B, A3 and ED. RGB value is (139,163,237). Sum of RGB (Red+Green+Blue) = 139+163+237=539 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.79% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BA3ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA3ED is #745C12. Grayscale: #A3A3A3. Windows color (decimal): -7625747 or 15573899. OLE color: 15573899.
HSL color Cylindrical-coordinate representation of color #8BA3ED: hue angle of 225.31º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BA3ED is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 163 | 237 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.07 |
| HSL | 225.31º | 0.73% | 0.74% | - |
| HSV(B) | 225.31º | 0.41% | 0.93% | - |
| XYZ | 39.03 | 37.8 | 85.36 | - |
| YUV | 164.26 | 169.05 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 237 | 0.41 | 0.31 | 0 | 0.07 | 225.31 | 0.73 | 0.74 |
| Hex | 8B | A3 | ED | 29 | 1F | 0 | 7 | E1 | 49 | 4A |
| Octal | 213 | 243 | 355 | 51 | 37 | 0 | 7 | 341 | 111 | 112 |
| Binary | 10001011 | 10100011 | 11101101 | 101001 | 11111 | 0 | 111 | 11100001 | 1001001 | 1001010 |
Color Harmonies of #8BA3ED
Complementary color
Monochromatic Colors of #8BA3ED
Black with #8BA3ED
Text Example
Text Example
White with #8BA3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA3ED; }
p { color: rgb(139,163,237); }
H1.HeaderClassName
{
color: #8BA3ED;
}
.AnyTagClassName
{
color: #8BA3ED;
}
</style>
background-color css
<style>
a { background-color: #8BA3ED; }
a { background-color: rgb(139,163,237); }
div.DivClassName
{
background-color: #8BA3ED;
}
.BgClassName
{
background-color: #8BA3ED;
}
</style>
border-color css
<style>
span { border-color: #8BA3ED; }
span { border-color: rgb(139,163,237); }
td.TdClassName
{
border-color: #8BA3ED;
}
.TagClassName
{
border-color: #8BA3ED;
}
</style>