Shades of Portage #8295D1
Tints of Portage #8295D1
RGB
CMYK
RGB Variations
Color information
#8295D1 (or 0x8295D1) is known color: Portage. HEX triplet: 82, 95 and D1. RGB value is (130,149,209). Sum of RGB (Red+Green+Blue) = 130+149+209=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #8295D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8295D1 is #7D6A2E. Grayscale: #959595. Windows color (decimal): -8219183 or 13735298. OLE color: 13735298.
HSL color Cylindrical-coordinate representation of color #8295D1: hue angle of 225.57º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8295D1 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 149 | 209 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.18 |
| HSL | 225.57º | 0.46% | 0.66% | - |
| HSV(B) | 225.57º | 0.38% | 0.82% | - |
| XYZ | 31.46 | 30.84 | 64.62 | - |
| YUV | 150.16 | 161.21 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 149 | 209 | 0.38 | 0.29 | 0 | 0.18 | 225.57 | 0.46 | 0.66 |
| Hex | 82 | 95 | D1 | 26 | 1D | 0 | 12 | E2 | 2E | 42 |
| Octal | 202 | 225 | 321 | 46 | 35 | 0 | 22 | 342 | 56 | 102 |
| Binary | 10000010 | 10010101 | 11010001 | 100110 | 11101 | 0 | 10010 | 11100010 | 101110 | 1000010 |
Color Harmonies of #8295D1
Complementary color
Monochromatic Colors of #8295D1
Black with #8295D1
Text Example
Text Example
White with #8295D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8295D1; }
p { color: rgb(130,149,209); }
H1.HeaderClassName
{
color: #8295D1;
}
.AnyTagClassName
{
color: #8295D1;
}
</style>
background-color css
<style>
a { background-color: #8295D1; }
a { background-color: rgb(130,149,209); }
div.DivClassName
{
background-color: #8295D1;
}
.BgClassName
{
background-color: #8295D1;
}
</style>
border-color css
<style>
span { border-color: #8295D1; }
span { border-color: rgb(130,149,209); }
td.TdClassName
{
border-color: #8295D1;
}
.TagClassName
{
border-color: #8295D1;
}
</style>