Shades of Portage #8DA2DB
Tints of Portage #8DA2DB
RGB
CMYK
RGB Variations
Color information
#8DA2DB (or 0x8DA2DB) is known color: Portage. HEX triplet: 8D, A2 and DB. RGB value is (141,162,219). Sum of RGB (Red+Green+Blue) = 141+162+219=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DA2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA2DB is #725D24. Grayscale: #A1A1A1. Windows color (decimal): -7494949 or 14393997. OLE color: 14393997.
HSL color Cylindrical-coordinate representation of color #8DA2DB: hue angle of 223.85º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DA2DB is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 162 | 219 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.14 |
| HSL | 223.85º | 0.52% | 0.71% | - |
| HSV(B) | 223.85º | 0.36% | 0.86% | - |
| XYZ | 36.69 | 36.62 | 72.15 | - |
| YUV | 162.22 | 160.04 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 219 | 0.36 | 0.26 | 0 | 0.14 | 223.85 | 0.52 | 0.71 |
| Hex | 8D | A2 | DB | 24 | 1A | 0 | E | E0 | 34 | 47 |
| Octal | 215 | 242 | 333 | 44 | 32 | 0 | 16 | 340 | 64 | 107 |
| Binary | 10001101 | 10100010 | 11011011 | 100100 | 11010 | 0 | 1110 | 11100000 | 110100 | 1000111 |
Color Harmonies of #8DA2DB
Complementary color
Monochromatic Colors of #8DA2DB
Black with #8DA2DB
Text Example
Text Example
White with #8DA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA2DB; }
p { color: rgb(141,162,219); }
H1.HeaderClassName
{
color: #8DA2DB;
}
.AnyTagClassName
{
color: #8DA2DB;
}
</style>
background-color css
<style>
a { background-color: #8DA2DB; }
a { background-color: rgb(141,162,219); }
div.DivClassName
{
background-color: #8DA2DB;
}
.BgClassName
{
background-color: #8DA2DB;
}
</style>
border-color css
<style>
span { border-color: #8DA2DB; }
span { border-color: rgb(141,162,219); }
td.TdClassName
{
border-color: #8DA2DB;
}
.TagClassName
{
border-color: #8DA2DB;
}
</style>