Shades of Portage #8298DB
Tints of Portage #8298DB
RGB
CMYK
RGB Variations
Color information
#8298DB (or 0x8298DB) is known color: Portage. HEX triplet: 82, 98 and DB. RGB value is (130,152,219). Sum of RGB (Red+Green+Blue) = 130+152+219=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #8298DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8298DB is #7D6724. Grayscale: #989898. Windows color (decimal): -8218405 or 14391426. OLE color: 14391426.
HSL color Cylindrical-coordinate representation of color #8298DB: hue angle of 225.17º 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 #8298DB is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 152 | 219 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.14 |
| HSL | 225.17º | 0.55% | 0.68% | - |
| HSV(B) | 225.17º | 0.41% | 0.86% | - |
| XYZ | 33.22 | 32.32 | 71.5 | - |
| YUV | 153.06 | 165.21 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 219 | 0.41 | 0.31 | 0 | 0.14 | 225.17 | 0.55 | 0.68 |
| Hex | 82 | 98 | DB | 29 | 1F | 0 | E | E1 | 37 | 44 |
| Octal | 202 | 230 | 333 | 51 | 37 | 0 | 16 | 341 | 67 | 104 |
| Binary | 10000010 | 10011000 | 11011011 | 101001 | 11111 | 0 | 1110 | 11100001 | 110111 | 1000100 |
Color Harmonies of #8298DB
Complementary color
Monochromatic Colors of #8298DB
Black with #8298DB
Text Example
Text Example
White with #8298DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8298DB; }
p { color: rgb(130,152,219); }
H1.HeaderClassName
{
color: #8298DB;
}
.AnyTagClassName
{
color: #8298DB;
}
</style>
background-color css
<style>
a { background-color: #8298DB; }
a { background-color: rgb(130,152,219); }
div.DivClassName
{
background-color: #8298DB;
}
.BgClassName
{
background-color: #8298DB;
}
</style>
border-color css
<style>
span { border-color: #8298DB; }
span { border-color: rgb(130,152,219); }
td.TdClassName
{
border-color: #8298DB;
}
.TagClassName
{
border-color: #8298DB;
}
</style>