Shades of Portage #8288DC
Tints of Portage #8288DC
RGB
CMYK
RGB Variations
Color information
#8288DC (or 0x8288DC) is known color: Portage. HEX triplet: 82, 88 and DC. RGB value is (130,136,220). Sum of RGB (Red+Green+Blue) = 130+136+220=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #8288DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8288DC is #7D7723. Grayscale: #8F8F8F. Windows color (decimal): -8222500 or 14452866. OLE color: 14452866.
HSL color Cylindrical-coordinate representation of color #8288DC: hue angle of 236º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8288DC is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 136 | 220 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.14 |
| HSL | 236º | 0.56% | 0.69% | - |
| HSV(B) | 236º | 0.41% | 0.86% | - |
| XYZ | 30.93 | 27.52 | 71.39 | - |
| YUV | 143.78 | 171.01 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 220 | 0.41 | 0.38 | 0 | 0.14 | 236 | 0.56 | 0.69 |
| Hex | 82 | 88 | DC | 29 | 26 | 0 | E | EC | 38 | 45 |
| Octal | 202 | 210 | 334 | 51 | 46 | 0 | 16 | 354 | 70 | 105 |
| Binary | 10000010 | 10001000 | 11011100 | 101001 | 100110 | 0 | 1110 | 11101100 | 111000 | 1000101 |
Color Harmonies of #8288DC
Complementary color
Monochromatic Colors of #8288DC
Black with #8288DC
Text Example
Text Example
White with #8288DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8288DC; }
p { color: rgb(130,136,220); }
H1.HeaderClassName
{
color: #8288DC;
}
.AnyTagClassName
{
color: #8288DC;
}
</style>
background-color css
<style>
a { background-color: #8288DC; }
a { background-color: rgb(130,136,220); }
div.DivClassName
{
background-color: #8288DC;
}
.BgClassName
{
background-color: #8288DC;
}
</style>
border-color css
<style>
span { border-color: #8288DC; }
span { border-color: rgb(130,136,220); }
td.TdClassName
{
border-color: #8288DC;
}
.TagClassName
{
border-color: #8288DC;
}
</style>