Shades of Portage #8BA1DF
Tints of Portage #8BA1DF
RGB
CMYK
RGB Variations
Color information
#8BA1DF (or 0x8BA1DF) is known color: Portage. HEX triplet: 8B, A1 and DF. RGB value is (139,161,223). Sum of RGB (Red+Green+Blue) = 139+161+223=523 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.58% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BA1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA1DF is #745E20. Grayscale: #A1A1A1. Windows color (decimal): -7626273 or 14655883. OLE color: 14655883.
HSL color Cylindrical-coordinate representation of color #8BA1DF: hue angle of 224.29º 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 #8BA1DF is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 161 | 223 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.13 |
| HSL | 224.29º | 0.57% | 0.71% | - |
| HSV(B) | 224.29º | 0.38% | 0.87% | - |
| XYZ | 36.71 | 36.31 | 74.88 | - |
| YUV | 161.49 | 162.71 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 223 | 0.38 | 0.28 | 0 | 0.13 | 224.29 | 0.57 | 0.71 |
| Hex | 8B | A1 | DF | 26 | 1C | 0 | D | E0 | 39 | 47 |
| Octal | 213 | 241 | 337 | 46 | 34 | 0 | 15 | 340 | 71 | 107 |
| Binary | 10001011 | 10100001 | 11011111 | 100110 | 11100 | 0 | 1101 | 11100000 | 111001 | 1000111 |
Color Harmonies of #8BA1DF
Complementary color
Monochromatic Colors of #8BA1DF
Black with #8BA1DF
Text Example
Text Example
White with #8BA1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA1DF; }
p { color: rgb(139,161,223); }
H1.HeaderClassName
{
color: #8BA1DF;
}
.AnyTagClassName
{
color: #8BA1DF;
}
</style>
background-color css
<style>
a { background-color: #8BA1DF; }
a { background-color: rgb(139,161,223); }
div.DivClassName
{
background-color: #8BA1DF;
}
.BgClassName
{
background-color: #8BA1DF;
}
</style>
border-color css
<style>
span { border-color: #8BA1DF; }
span { border-color: rgb(139,161,223); }
td.TdClassName
{
border-color: #8BA1DF;
}
.TagClassName
{
border-color: #8BA1DF;
}
</style>