Shades of Portage #8287E6
Tints of Portage #8287E6
RGB
CMYK
RGB Variations
Color information
#8287E6 (or 0x8287E6) is known color: Portage. HEX triplet: 82, 87 and E6. RGB value is (130,135,230). Sum of RGB (Red+Green+Blue) = 130+135+230=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #8287E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8287E6 is #7D7819. Grayscale: #8F8F8F. Windows color (decimal): -8222746 or 15107970. OLE color: 15107970.
HSL color Cylindrical-coordinate representation of color #8287E6: hue angle of 237º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8287E6 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 135 | 230 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.10 |
| HSL | 237º | 0.67% | 0.71% | - |
| HSV(B) | 237º | 0.43% | 0.9% | - |
| XYZ | 32.15 | 27.79 | 78.53 | - |
| YUV | 144.34 | 176.34 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 230 | 0.43 | 0.41 | 0 | 0.10 | 237 | 0.67 | 0.71 |
| Hex | 82 | 87 | E6 | 2B | 29 | 0 | A | ED | 43 | 47 |
| Octal | 202 | 207 | 346 | 53 | 51 | 0 | 12 | 355 | 103 | 107 |
| Binary | 10000010 | 10000111 | 11100110 | 101011 | 101001 | 0 | 1010 | 11101101 | 1000011 | 1000111 |
Color Harmonies of #8287E6
Complementary color
Monochromatic Colors of #8287E6
Black with #8287E6
Text Example
Text Example
White with #8287E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8287E6; }
p { color: rgb(130,135,230); }
H1.HeaderClassName
{
color: #8287E6;
}
.AnyTagClassName
{
color: #8287E6;
}
</style>
background-color css
<style>
a { background-color: #8287E6; }
a { background-color: rgb(130,135,230); }
div.DivClassName
{
background-color: #8287E6;
}
.BgClassName
{
background-color: #8287E6;
}
</style>
border-color css
<style>
span { border-color: #8287E6; }
span { border-color: rgb(130,135,230); }
td.TdClassName
{
border-color: #8287E6;
}
.TagClassName
{
border-color: #8287E6;
}
</style>