Shades of Portage #8BA1DD
Tints of Portage #8BA1DD
RGB
CMYK
RGB Variations
Color information
#8BA1DD (or 0x8BA1DD) is known color: Portage. HEX triplet: 8B, A1 and DD. RGB value is (139,161,221). Sum of RGB (Red+Green+Blue) = 139+161+221=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BA1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA1DD is #745E22. Grayscale: #A1A1A1. Windows color (decimal): -7626275 or 14524811. OLE color: 14524811.
HSL color Cylindrical-coordinate representation of color #8BA1DD: hue angle of 223.9º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BA1DD is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 161 | 221 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.13 |
| HSL | 223.9º | 0.55% | 0.71% | - |
| HSV(B) | 223.9º | 0.37% | 0.87% | - |
| XYZ | 36.44 | 36.2 | 73.47 | - |
| YUV | 161.26 | 161.71 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 221 | 0.37 | 0.27 | 0 | 0.13 | 223.9 | 0.55 | 0.71 |
| Hex | 8B | A1 | DD | 25 | 1B | 0 | D | E0 | 37 | 47 |
| Octal | 213 | 241 | 335 | 45 | 33 | 0 | 15 | 340 | 67 | 107 |
| Binary | 10001011 | 10100001 | 11011101 | 100101 | 11011 | 0 | 1101 | 11100000 | 110111 | 1000111 |
Color Harmonies of #8BA1DD
Complementary color
Monochromatic Colors of #8BA1DD
Black with #8BA1DD
Text Example
Text Example
White with #8BA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA1DD; }
p { color: rgb(139,161,221); }
H1.HeaderClassName
{
color: #8BA1DD;
}
.AnyTagClassName
{
color: #8BA1DD;
}
</style>
background-color css
<style>
a { background-color: #8BA1DD; }
a { background-color: rgb(139,161,221); }
div.DivClassName
{
background-color: #8BA1DD;
}
.BgClassName
{
background-color: #8BA1DD;
}
</style>
border-color css
<style>
span { border-color: #8BA1DD; }
span { border-color: rgb(139,161,221); }
td.TdClassName
{
border-color: #8BA1DD;
}
.TagClassName
{
border-color: #8BA1DD;
}
</style>