Shades of Portage #8296DB
Tints of Portage #8296DB
RGB
CMYK
RGB Variations
Color information
#8296DB (or 0x8296DB) is known color: Portage. HEX triplet: 82, 96 and DB. RGB value is (130,150,219). Sum of RGB (Red+Green+Blue) = 130+150+219=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #8296DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8296DB is #7D6924. Grayscale: #979797. Windows color (decimal): -8218917 or 14390914. OLE color: 14390914.
HSL color Cylindrical-coordinate representation of color #8296DB: hue angle of 226.52º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8296DB is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 150 | 219 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.14 |
| HSL | 226.52º | 0.55% | 0.68% | - |
| HSV(B) | 226.52º | 0.41% | 0.86% | - |
| XYZ | 32.9 | 31.67 | 71.4 | - |
| YUV | 151.89 | 165.87 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 150 | 219 | 0.41 | 0.32 | 0 | 0.14 | 226.52 | 0.55 | 0.68 |
| Hex | 82 | 96 | DB | 29 | 20 | 0 | E | E3 | 37 | 44 |
| Octal | 202 | 226 | 333 | 51 | 40 | 0 | 16 | 343 | 67 | 104 |
| Binary | 10000010 | 10010110 | 11011011 | 101001 | 100000 | 0 | 1110 | 11100011 | 110111 | 1000100 |
Color Harmonies of #8296DB
Complementary color
Monochromatic Colors of #8296DB
Black with #8296DB
Text Example
Text Example
White with #8296DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8296DB; }
p { color: rgb(130,150,219); }
H1.HeaderClassName
{
color: #8296DB;
}
.AnyTagClassName
{
color: #8296DB;
}
</style>
background-color css
<style>
a { background-color: #8296DB; }
a { background-color: rgb(130,150,219); }
div.DivClassName
{
background-color: #8296DB;
}
.BgClassName
{
background-color: #8296DB;
}
</style>
border-color css
<style>
span { border-color: #8296DB; }
span { border-color: rgb(130,150,219); }
td.TdClassName
{
border-color: #8296DB;
}
.TagClassName
{
border-color: #8296DB;
}
</style>