Shades of Portage #8297DB
Tints of Portage #8297DB
RGB
CMYK
RGB Variations
Color information
#8297DB (or 0x8297DB) is known color: Portage. HEX triplet: 82, 97 and DB. RGB value is (130,151,219). Sum of RGB (Red+Green+Blue) = 130+151+219=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #8297DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8297DB is #7D6824. Grayscale: #989898. Windows color (decimal): -8218661 or 14391170. OLE color: 14391170.
HSL color Cylindrical-coordinate representation of color #8297DB: hue angle of 225.84º 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 #8297DB is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 151 | 219 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.14 |
| HSL | 225.84º | 0.55% | 0.68% | - |
| HSV(B) | 225.84º | 0.41% | 0.86% | - |
| XYZ | 33.06 | 31.99 | 71.45 | - |
| YUV | 152.47 | 165.54 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 151 | 219 | 0.41 | 0.31 | 0 | 0.14 | 225.84 | 0.55 | 0.68 |
| Hex | 82 | 97 | DB | 29 | 1F | 0 | E | E2 | 37 | 44 |
| Octal | 202 | 227 | 333 | 51 | 37 | 0 | 16 | 342 | 67 | 104 |
| Binary | 10000010 | 10010111 | 11011011 | 101001 | 11111 | 0 | 1110 | 11100010 | 110111 | 1000100 |
Color Harmonies of #8297DB
Complementary color
Monochromatic Colors of #8297DB
Black with #8297DB
Text Example
Text Example
White with #8297DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8297DB; }
p { color: rgb(130,151,219); }
H1.HeaderClassName
{
color: #8297DB;
}
.AnyTagClassName
{
color: #8297DB;
}
</style>
background-color css
<style>
a { background-color: #8297DB; }
a { background-color: rgb(130,151,219); }
div.DivClassName
{
background-color: #8297DB;
}
.BgClassName
{
background-color: #8297DB;
}
</style>
border-color css
<style>
span { border-color: #8297DB; }
span { border-color: rgb(130,151,219); }
td.TdClassName
{
border-color: #8297DB;
}
.TagClassName
{
border-color: #8297DB;
}
</style>