Shades of Portage #8287CE
Tints of Portage #8287CE
RGB
CMYK
RGB Variations
Color information
#8287CE (or 0x8287CE) is known color: Portage. HEX triplet: 82, 87 and CE. RGB value is (130,135,206). Sum of RGB (Red+Green+Blue) = 130+135+206=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #8287CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8287CE is #7D7831. Grayscale: #8D8D8D. Windows color (decimal): -8222770 or 13535106. OLE color: 13535106.
HSL color Cylindrical-coordinate representation of color #8287CE: hue angle of 236.05º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8287CE is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 135 | 206 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.19 |
| HSL | 236.05º | 0.44% | 0.66% | - |
| HSV(B) | 236.05º | 0.37% | 0.81% | - |
| XYZ | 29.01 | 26.53 | 61.98 | - |
| YUV | 141.6 | 164.34 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 206 | 0.37 | 0.34 | 0 | 0.19 | 236.05 | 0.44 | 0.66 |
| Hex | 82 | 87 | CE | 25 | 22 | 0 | 13 | EC | 2C | 42 |
| Octal | 202 | 207 | 316 | 45 | 42 | 0 | 23 | 354 | 54 | 102 |
| Binary | 10000010 | 10000111 | 11001110 | 100101 | 100010 | 0 | 10011 | 11101100 | 101100 | 1000010 |
Color Harmonies of #8287CE
Complementary color
Monochromatic Colors of #8287CE
Black with #8287CE
Text Example
Text Example
White with #8287CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8287CE; }
p { color: rgb(130,135,206); }
H1.HeaderClassName
{
color: #8287CE;
}
.AnyTagClassName
{
color: #8287CE;
}
</style>
background-color css
<style>
a { background-color: #8287CE; }
a { background-color: rgb(130,135,206); }
div.DivClassName
{
background-color: #8287CE;
}
.BgClassName
{
background-color: #8287CE;
}
</style>
border-color css
<style>
span { border-color: #8287CE; }
span { border-color: rgb(130,135,206); }
td.TdClassName
{
border-color: #8287CE;
}
.TagClassName
{
border-color: #8287CE;
}
</style>