Shades of Portage #8295CE
Tints of Portage #8295CE
RGB
CMYK
RGB Variations
Color information
#8295CE (or 0x8295CE) is known color: Portage. HEX triplet: 82, 95 and CE. RGB value is (130,149,206). Sum of RGB (Red+Green+Blue) = 130+149+206=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #8295CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8295CE is #7D6A31. Grayscale: #959595. Windows color (decimal): -8219186 or 13538690. OLE color: 13538690.
HSL color Cylindrical-coordinate representation of color #8295CE: hue angle of 225º 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 #8295CE is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 149 | 206 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.19 |
| HSL | 225º | 0.44% | 0.66% | - |
| HSV(B) | 225º | 0.37% | 0.81% | - |
| XYZ | 31.09 | 30.7 | 62.68 | - |
| YUV | 149.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 149 | 206 | 0.37 | 0.28 | 0 | 0.19 | 225 | 0.44 | 0.66 |
| Hex | 82 | 95 | CE | 25 | 1C | 0 | 13 | E1 | 2C | 42 |
| Octal | 202 | 225 | 316 | 45 | 34 | 0 | 23 | 341 | 54 | 102 |
| Binary | 10000010 | 10010101 | 11001110 | 100101 | 11100 | 0 | 10011 | 11100001 | 101100 | 1000010 |
Color Harmonies of #8295CE
Complementary color
Monochromatic Colors of #8295CE
Black with #8295CE
Text Example
Text Example
White with #8295CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8295CE; }
p { color: rgb(130,149,206); }
H1.HeaderClassName
{
color: #8295CE;
}
.AnyTagClassName
{
color: #8295CE;
}
</style>
background-color css
<style>
a { background-color: #8295CE; }
a { background-color: rgb(130,149,206); }
div.DivClassName
{
background-color: #8295CE;
}
.BgClassName
{
background-color: #8295CE;
}
</style>
border-color css
<style>
span { border-color: #8295CE; }
span { border-color: rgb(130,149,206); }
td.TdClassName
{
border-color: #8295CE;
}
.TagClassName
{
border-color: #8295CE;
}
</style>