Shades of Portage #8288CE
Tints of Portage #8288CE
RGB
CMYK
RGB Variations
Color information
#8288CE (or 0x8288CE) is known color: Portage. HEX triplet: 82, 88 and CE. RGB value is (130,136,206). Sum of RGB (Red+Green+Blue) = 130+136+206=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #8288CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8288CE is #7D7731. Grayscale: #8D8D8D. Windows color (decimal): -8222514 or 13535362. OLE color: 13535362.
HSL color Cylindrical-coordinate representation of color #8288CE: hue angle of 235.26º 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 #8288CE is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 136 | 206 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.19 |
| HSL | 235.26º | 0.44% | 0.66% | - |
| HSV(B) | 235.26º | 0.37% | 0.81% | - |
| XYZ | 29.15 | 26.81 | 62.03 | - |
| YUV | 142.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 206 | 0.37 | 0.34 | 0 | 0.19 | 235.26 | 0.44 | 0.66 |
| Hex | 82 | 88 | CE | 25 | 22 | 0 | 13 | EB | 2C | 42 |
| Octal | 202 | 210 | 316 | 45 | 42 | 0 | 23 | 353 | 54 | 102 |
| Binary | 10000010 | 10001000 | 11001110 | 100101 | 100010 | 0 | 10011 | 11101011 | 101100 | 1000010 |
Color Harmonies of #8288CE
Complementary color
Monochromatic Colors of #8288CE
Black with #8288CE
Text Example
Text Example
White with #8288CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8288CE; }
p { color: rgb(130,136,206); }
H1.HeaderClassName
{
color: #8288CE;
}
.AnyTagClassName
{
color: #8288CE;
}
</style>
background-color css
<style>
a { background-color: #8288CE; }
a { background-color: rgb(130,136,206); }
div.DivClassName
{
background-color: #8288CE;
}
.BgClassName
{
background-color: #8288CE;
}
</style>
border-color css
<style>
span { border-color: #8288CE; }
span { border-color: rgb(130,136,206); }
td.TdClassName
{
border-color: #8288CE;
}
.TagClassName
{
border-color: #8288CE;
}
</style>