Shades of Portage #8288DF
Tints of Portage #8288DF
RGB
CMYK
RGB Variations
Color information
#8288DF (or 0x8288DF) is known color: Portage. HEX triplet: 82, 88 and DF. RGB value is (130,136,223). Sum of RGB (Red+Green+Blue) = 130+136+223=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #8288DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8288DF is #7D7720. Grayscale: #8F8F8F. Windows color (decimal): -8222497 or 14649474. OLE color: 14649474.
HSL color Cylindrical-coordinate representation of color #8288DF: hue angle of 236.13º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8288DF is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 136 | 223 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.13 |
| HSL | 236.13º | 0.59% | 0.69% | - |
| HSV(B) | 236.13º | 0.42% | 0.87% | - |
| XYZ | 31.33 | 27.68 | 73.5 | - |
| YUV | 144.12 | 172.51 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 223 | 0.42 | 0.39 | 0 | 0.13 | 236.13 | 0.59 | 0.69 |
| Hex | 82 | 88 | DF | 2A | 27 | 0 | D | EC | 3B | 45 |
| Octal | 202 | 210 | 337 | 52 | 47 | 0 | 15 | 354 | 73 | 105 |
| Binary | 10000010 | 10001000 | 11011111 | 101010 | 100111 | 0 | 1101 | 11101100 | 111011 | 1000101 |
Color Harmonies of #8288DF
Complementary color
Monochromatic Colors of #8288DF
Black with #8288DF
Text Example
Text Example
White with #8288DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8288DF; }
p { color: rgb(130,136,223); }
H1.HeaderClassName
{
color: #8288DF;
}
.AnyTagClassName
{
color: #8288DF;
}
</style>
background-color css
<style>
a { background-color: #8288DF; }
a { background-color: rgb(130,136,223); }
div.DivClassName
{
background-color: #8288DF;
}
.BgClassName
{
background-color: #8288DF;
}
</style>
border-color css
<style>
span { border-color: #8288DF; }
span { border-color: rgb(130,136,223); }
td.TdClassName
{
border-color: #8288DF;
}
.TagClassName
{
border-color: #8288DF;
}
</style>