Shades of Portage #8298CE
Tints of Portage #8298CE
RGB
CMYK
RGB Variations
Color information
#8298CE (or 0x8298CE) is known color: Portage. HEX triplet: 82, 98 and CE. RGB value is (130,152,206). Sum of RGB (Red+Green+Blue) = 130+152+206=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #8298CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8298CE is #7D6731. Grayscale: #979797. Windows color (decimal): -8218418 or 13539458. OLE color: 13539458.
HSL color Cylindrical-coordinate representation of color #8298CE: hue angle of 222.63º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8298CE is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 152 | 206 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.19 |
| HSL | 222.63º | 0.44% | 0.66% | - |
| HSV(B) | 222.63º | 0.37% | 0.81% | - |
| XYZ | 31.57 | 31.66 | 62.84 | - |
| YUV | 151.58 | 158.71 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 206 | 0.37 | 0.26 | 0 | 0.19 | 222.63 | 0.44 | 0.66 |
| Hex | 82 | 98 | CE | 25 | 1A | 0 | 13 | DF | 2C | 42 |
| Octal | 202 | 230 | 316 | 45 | 32 | 0 | 23 | 337 | 54 | 102 |
| Binary | 10000010 | 10011000 | 11001110 | 100101 | 11010 | 0 | 10011 | 11011111 | 101100 | 1000010 |
Color Harmonies of #8298CE
Complementary color
Monochromatic Colors of #8298CE
Black with #8298CE
Text Example
Text Example
White with #8298CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8298CE; }
p { color: rgb(130,152,206); }
H1.HeaderClassName
{
color: #8298CE;
}
.AnyTagClassName
{
color: #8298CE;
}
</style>
background-color css
<style>
a { background-color: #8298CE; }
a { background-color: rgb(130,152,206); }
div.DivClassName
{
background-color: #8298CE;
}
.BgClassName
{
background-color: #8298CE;
}
</style>
border-color css
<style>
span { border-color: #8298CE; }
span { border-color: rgb(130,152,206); }
td.TdClassName
{
border-color: #8298CE;
}
.TagClassName
{
border-color: #8298CE;
}
</style>