Shades of Portage #8287DE
Tints of Portage #8287DE
RGB
CMYK
RGB Variations
Color information
#8287DE (or 0x8287DE) is known color: Portage. HEX triplet: 82, 87 and DE. RGB value is (130,135,222). Sum of RGB (Red+Green+Blue) = 130+135+222=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #8287DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8287DE is #7D7821. Grayscale: #8F8F8F. Windows color (decimal): -8222754 or 14583682. OLE color: 14583682.
HSL color Cylindrical-coordinate representation of color #8287DE: hue angle of 236.74º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8287DE is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 135 | 222 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.13 |
| HSL | 236.74º | 0.58% | 0.69% | - |
| HSV(B) | 236.74º | 0.41% | 0.87% | - |
| XYZ | 31.05 | 27.35 | 72.75 | - |
| YUV | 143.42 | 172.34 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 222 | 0.41 | 0.39 | 0 | 0.13 | 236.74 | 0.58 | 0.69 |
| Hex | 82 | 87 | DE | 29 | 27 | 0 | D | ED | 3A | 45 |
| Octal | 202 | 207 | 336 | 51 | 47 | 0 | 15 | 355 | 72 | 105 |
| Binary | 10000010 | 10000111 | 11011110 | 101001 | 100111 | 0 | 1101 | 11101101 | 111010 | 1000101 |
Color Harmonies of #8287DE
Complementary color
Monochromatic Colors of #8287DE
Black with #8287DE
Text Example
Text Example
White with #8287DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8287DE; }
p { color: rgb(130,135,222); }
H1.HeaderClassName
{
color: #8287DE;
}
.AnyTagClassName
{
color: #8287DE;
}
</style>
background-color css
<style>
a { background-color: #8287DE; }
a { background-color: rgb(130,135,222); }
div.DivClassName
{
background-color: #8287DE;
}
.BgClassName
{
background-color: #8287DE;
}
</style>
border-color css
<style>
span { border-color: #8287DE; }
span { border-color: rgb(130,135,222); }
td.TdClassName
{
border-color: #8287DE;
}
.TagClassName
{
border-color: #8287DE;
}
</style>