Shades of Portage #8296DC
Tints of Portage #8296DC
RGB
CMYK
RGB Variations
Color information
#8296DC (or 0x8296DC) is known color: Portage. HEX triplet: 82, 96 and DC. RGB value is (130,150,220). Sum of RGB (Red+Green+Blue) = 130+150+220=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #8296DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8296DC is #7D6923. Grayscale: #979797. Windows color (decimal): -8218916 or 14456450. OLE color: 14456450.
HSL color Cylindrical-coordinate representation of color #8296DC: hue angle of 226.67º 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 #8296DC is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 150 | 220 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.14 |
| HSL | 226.67º | 0.56% | 0.69% | - |
| HSV(B) | 226.67º | 0.41% | 0.86% | - |
| XYZ | 33.03 | 31.73 | 72.09 | - |
| YUV | 152 | 166.37 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 150 | 220 | 0.41 | 0.32 | 0 | 0.14 | 226.67 | 0.56 | 0.69 |
| Hex | 82 | 96 | DC | 29 | 20 | 0 | E | E3 | 38 | 45 |
| Octal | 202 | 226 | 334 | 51 | 40 | 0 | 16 | 343 | 70 | 105 |
| Binary | 10000010 | 10010110 | 11011100 | 101001 | 100000 | 0 | 1110 | 11100011 | 111000 | 1000101 |
Color Harmonies of #8296DC
Complementary color
Monochromatic Colors of #8296DC
Black with #8296DC
Text Example
Text Example
White with #8296DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8296DC; }
p { color: rgb(130,150,220); }
H1.HeaderClassName
{
color: #8296DC;
}
.AnyTagClassName
{
color: #8296DC;
}
</style>
background-color css
<style>
a { background-color: #8296DC; }
a { background-color: rgb(130,150,220); }
div.DivClassName
{
background-color: #8296DC;
}
.BgClassName
{
background-color: #8296DC;
}
</style>
border-color css
<style>
span { border-color: #8296DC; }
span { border-color: rgb(130,150,220); }
td.TdClassName
{
border-color: #8296DC;
}
.TagClassName
{
border-color: #8296DC;
}
</style>