Shades of Portage #8287DB
Tints of Portage #8287DB
RGB
CMYK
RGB Variations
Color information
#8287DB (or 0x8287DB) is known color: Portage. HEX triplet: 82, 87 and DB. RGB value is (130,135,219). Sum of RGB (Red+Green+Blue) = 130+135+219=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #8287DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8287DB is #7D7824. Grayscale: #8E8E8E. Windows color (decimal): -8222757 or 14387074. OLE color: 14387074.
HSL color Cylindrical-coordinate representation of color #8287DB: hue angle of 236.63º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8287DB is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 135 | 219 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.14 |
| HSL | 236.63º | 0.55% | 0.68% | - |
| HSV(B) | 236.63º | 0.41% | 0.86% | - |
| XYZ | 30.66 | 27.19 | 70.65 | - |
| YUV | 143.08 | 170.84 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 219 | 0.41 | 0.38 | 0 | 0.14 | 236.63 | 0.55 | 0.68 |
| Hex | 82 | 87 | DB | 29 | 26 | 0 | E | ED | 37 | 44 |
| Octal | 202 | 207 | 333 | 51 | 46 | 0 | 16 | 355 | 67 | 104 |
| Binary | 10000010 | 10000111 | 11011011 | 101001 | 100110 | 0 | 1110 | 11101101 | 110111 | 1000100 |
Color Harmonies of #8287DB
Complementary color
Monochromatic Colors of #8287DB
Black with #8287DB
Text Example
Text Example
White with #8287DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8287DB; }
p { color: rgb(130,135,219); }
H1.HeaderClassName
{
color: #8287DB;
}
.AnyTagClassName
{
color: #8287DB;
}
</style>
background-color css
<style>
a { background-color: #8287DB; }
a { background-color: rgb(130,135,219); }
div.DivClassName
{
background-color: #8287DB;
}
.BgClassName
{
background-color: #8287DB;
}
</style>
border-color css
<style>
span { border-color: #8287DB; }
span { border-color: rgb(130,135,219); }
td.TdClassName
{
border-color: #8287DB;
}
.TagClassName
{
border-color: #8287DB;
}
</style>