Shades of Portage #8BA3DF
Tints of Portage #8BA3DF
RGB
CMYK
RGB Variations
Color information
#8BA3DF (or 0x8BA3DF) is known color: Portage. HEX triplet: 8B, A3 and DF. RGB value is (139,163,223). Sum of RGB (Red+Green+Blue) = 139+163+223=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BA3DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA3DF is #745C20. Grayscale: #A2A2A2. Windows color (decimal): -7625761 or 14656395. OLE color: 14656395.
HSL color Cylindrical-coordinate representation of color #8BA3DF: hue angle of 222.86º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BA3DF is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 163 | 223 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.13 |
| HSL | 222.86º | 0.57% | 0.71% | - |
| HSV(B) | 222.86º | 0.38% | 0.87% | - |
| XYZ | 37.06 | 37.01 | 75 | - |
| YUV | 162.66 | 162.05 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 223 | 0.38 | 0.27 | 0 | 0.13 | 222.86 | 0.57 | 0.71 |
| Hex | 8B | A3 | DF | 26 | 1B | 0 | D | DF | 39 | 47 |
| Octal | 213 | 243 | 337 | 46 | 33 | 0 | 15 | 337 | 71 | 107 |
| Binary | 10001011 | 10100011 | 11011111 | 100110 | 11011 | 0 | 1101 | 11011111 | 111001 | 1000111 |
Color Harmonies of #8BA3DF
Complementary color
Monochromatic Colors of #8BA3DF
Black with #8BA3DF
Text Example
Text Example
White with #8BA3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA3DF; }
p { color: rgb(139,163,223); }
H1.HeaderClassName
{
color: #8BA3DF;
}
.AnyTagClassName
{
color: #8BA3DF;
}
</style>
background-color css
<style>
a { background-color: #8BA3DF; }
a { background-color: rgb(139,163,223); }
div.DivClassName
{
background-color: #8BA3DF;
}
.BgClassName
{
background-color: #8BA3DF;
}
</style>
border-color css
<style>
span { border-color: #8BA3DF; }
span { border-color: rgb(139,163,223); }
td.TdClassName
{
border-color: #8BA3DF;
}
.TagClassName
{
border-color: #8BA3DF;
}
</style>