Shades of Portage #8287DA
Tints of Portage #8287DA
RGB
CMYK
RGB Variations
Color information
#8287DA (or 0x8287DA) is known color: Portage. HEX triplet: 82, 87 and DA. RGB value is (130,135,218). Sum of RGB (Red+Green+Blue) = 130+135+218=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #8287DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8287DA is #7D7825. Grayscale: #8E8E8E. Windows color (decimal): -8222758 or 14321538. OLE color: 14321538.
HSL color Cylindrical-coordinate representation of color #8287DA: hue angle of 236.59º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8287DA is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 135 | 218 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.15 |
| HSL | 236.59º | 0.54% | 0.68% | - |
| HSV(B) | 236.59º | 0.4% | 0.85% | - |
| XYZ | 30.52 | 27.14 | 69.96 | - |
| YUV | 142.97 | 170.34 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 218 | 0.40 | 0.38 | 0 | 0.15 | 236.59 | 0.54 | 0.68 |
| Hex | 82 | 87 | DA | 28 | 26 | 0 | F | ED | 36 | 44 |
| Octal | 202 | 207 | 332 | 50 | 46 | 0 | 17 | 355 | 66 | 104 |
| Binary | 10000010 | 10000111 | 11011010 | 101000 | 100110 | 0 | 1111 | 11101101 | 110110 | 1000100 |
Color Harmonies of #8287DA
Complementary color
Monochromatic Colors of #8287DA
Black with #8287DA
Text Example
Text Example
White with #8287DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8287DA; }
p { color: rgb(130,135,218); }
H1.HeaderClassName
{
color: #8287DA;
}
.AnyTagClassName
{
color: #8287DA;
}
</style>
background-color css
<style>
a { background-color: #8287DA; }
a { background-color: rgb(130,135,218); }
div.DivClassName
{
background-color: #8287DA;
}
.BgClassName
{
background-color: #8287DA;
}
</style>
border-color css
<style>
span { border-color: #8287DA; }
span { border-color: rgb(130,135,218); }
td.TdClassName
{
border-color: #8287DA;
}
.TagClassName
{
border-color: #8287DA;
}
</style>