Shades of Portage #8BA5DD
Tints of Portage #8BA5DD
RGB
CMYK
RGB Variations
Color information
#8BA5DD (or 0x8BA5DD) is known color: Portage. HEX triplet: 8B, A5 and DD. RGB value is (139,165,221). Sum of RGB (Red+Green+Blue) = 139+165+221=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BA5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA5DD is #745A22. Grayscale: #A3A3A3. Windows color (decimal): -7625251 or 14525835. OLE color: 14525835.
HSL color Cylindrical-coordinate representation of color #8BA5DD: hue angle of 220.98º 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 #8BA5DD is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 165 | 221 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.13 |
| HSL | 220.98º | 0.55% | 0.71% | - |
| HSV(B) | 220.98º | 0.37% | 0.87% | - |
| XYZ | 37.15 | 37.62 | 73.71 | - |
| YUV | 163.61 | 160.39 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 165 | 221 | 0.37 | 0.25 | 0 | 0.13 | 220.98 | 0.55 | 0.71 |
| Hex | 8B | A5 | DD | 25 | 19 | 0 | D | DD | 37 | 47 |
| Octal | 213 | 245 | 335 | 45 | 31 | 0 | 15 | 335 | 67 | 107 |
| Binary | 10001011 | 10100101 | 11011101 | 100101 | 11001 | 0 | 1101 | 11011101 | 110111 | 1000111 |
Color Harmonies of #8BA5DD
Complementary color
Monochromatic Colors of #8BA5DD
Black with #8BA5DD
Text Example
Text Example
White with #8BA5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA5DD; }
p { color: rgb(139,165,221); }
H1.HeaderClassName
{
color: #8BA5DD;
}
.AnyTagClassName
{
color: #8BA5DD;
}
</style>
background-color css
<style>
a { background-color: #8BA5DD; }
a { background-color: rgb(139,165,221); }
div.DivClassName
{
background-color: #8BA5DD;
}
.BgClassName
{
background-color: #8BA5DD;
}
</style>
border-color css
<style>
span { border-color: #8BA5DD; }
span { border-color: rgb(139,165,221); }
td.TdClassName
{
border-color: #8BA5DD;
}
.TagClassName
{
border-color: #8BA5DD;
}
</style>