Shades of Portage #8BA2DD
Tints of Portage #8BA2DD
RGB
CMYK
RGB Variations
Color information
#8BA2DD (or 0x8BA2DD) is known color: Portage. HEX triplet: 8B, A2 and DD. RGB value is (139,162,221). Sum of RGB (Red+Green+Blue) = 139+162+221=522 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.63% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BA2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA2DD is #745D22. Grayscale: #A1A1A1. Windows color (decimal): -7626019 or 14525067. OLE color: 14525067.
HSL color Cylindrical-coordinate representation of color #8BA2DD: hue angle of 223.17º 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 #8BA2DD is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 162 | 221 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.13 |
| HSL | 223.17º | 0.55% | 0.71% | - |
| HSV(B) | 223.17º | 0.37% | 0.87% | - |
| XYZ | 36.62 | 36.55 | 73.53 | - |
| YUV | 161.85 | 161.38 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 221 | 0.37 | 0.27 | 0 | 0.13 | 223.17 | 0.55 | 0.71 |
| Hex | 8B | A2 | DD | 25 | 1B | 0 | D | DF | 37 | 47 |
| Octal | 213 | 242 | 335 | 45 | 33 | 0 | 15 | 337 | 67 | 107 |
| Binary | 10001011 | 10100010 | 11011101 | 100101 | 11011 | 0 | 1101 | 11011111 | 110111 | 1000111 |
Color Harmonies of #8BA2DD
Complementary color
Monochromatic Colors of #8BA2DD
Black with #8BA2DD
Text Example
Text Example
White with #8BA2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA2DD; }
p { color: rgb(139,162,221); }
H1.HeaderClassName
{
color: #8BA2DD;
}
.AnyTagClassName
{
color: #8BA2DD;
}
</style>
background-color css
<style>
a { background-color: #8BA2DD; }
a { background-color: rgb(139,162,221); }
div.DivClassName
{
background-color: #8BA2DD;
}
.BgClassName
{
background-color: #8BA2DD;
}
</style>
border-color css
<style>
span { border-color: #8BA2DD; }
span { border-color: rgb(139,162,221); }
td.TdClassName
{
border-color: #8BA2DD;
}
.TagClassName
{
border-color: #8BA2DD;
}
</style>