Shades of Portage #8489DB
Tints of Portage #8489DB
RGB
CMYK
RGB Variations
Color information
#8489DB (or 0x8489DB) is known color: Portage. HEX triplet: 84, 89 and DB. RGB value is (132,137,219). Sum of RGB (Red+Green+Blue) = 132+137+219=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #8489DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8489DB is #7B7624. Grayscale: #909090. Windows color (decimal): -8091173 or 14387588. OLE color: 14387588.
HSL color Cylindrical-coordinate representation of color #8489DB: hue angle of 236.55º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8489DB is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 137 | 219 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.14 |
| HSL | 236.55º | 0.55% | 0.69% | - |
| HSV(B) | 236.55º | 0.4% | 0.86% | - |
| XYZ | 31.25 | 27.91 | 70.76 | - |
| YUV | 144.85 | 169.84 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 219 | 0.40 | 0.37 | 0 | 0.14 | 236.55 | 0.55 | 0.69 |
| Hex | 84 | 89 | DB | 28 | 25 | 0 | E | ED | 37 | 45 |
| Octal | 204 | 211 | 333 | 50 | 45 | 0 | 16 | 355 | 67 | 105 |
| Binary | 10000100 | 10001001 | 11011011 | 101000 | 100101 | 0 | 1110 | 11101101 | 110111 | 1000101 |
Color Harmonies of #8489DB
Complementary color
Monochromatic Colors of #8489DB
Black with #8489DB
Text Example
Text Example
White with #8489DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8489DB; }
p { color: rgb(132,137,219); }
H1.HeaderClassName
{
color: #8489DB;
}
.AnyTagClassName
{
color: #8489DB;
}
</style>
background-color css
<style>
a { background-color: #8489DB; }
a { background-color: rgb(132,137,219); }
div.DivClassName
{
background-color: #8489DB;
}
.BgClassName
{
background-color: #8489DB;
}
</style>
border-color css
<style>
span { border-color: #8489DB; }
span { border-color: rgb(132,137,219); }
td.TdClassName
{
border-color: #8489DB;
}
.TagClassName
{
border-color: #8489DB;
}
</style>