Shades of Portage #8296FA
Tints of Portage #8296FA
RGB
CMYK
RGB Variations
Color information
#8296FA (or 0x8296FA) is known color: Portage. HEX triplet: 82, 96 and FA. RGB value is (130,150,250). Sum of RGB (Red+Green+Blue) = 130+150+250=530 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.53% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #8296FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8296FA is #7D6905. Grayscale: #9B9B9B. Windows color (decimal): -8218886 or 16422530. OLE color: 16422530.
HSL color Cylindrical-coordinate representation of color #8296FA: hue angle of 230º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8296FA is Cyan = 0.48, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 150 | 250 | - |
| CMYK | 0.48 | 0.4 | 0 | 0.02 |
| HSL | 230º | 0.92% | 0.75% | - |
| HSV(B) | 230º | 0.48% | 0.98% | - |
| XYZ | 37.37 | 33.46 | 94.93 | - |
| YUV | 155.42 | 181.37 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 150 | 250 | 0.48 | 0.4 | 0 | 0.02 | 230 | 0.92 | 0.75 |
| Hex | 82 | 96 | FA | 30 | 28 | 0 | 2 | E6 | 5C | 4B |
| Octal | 202 | 226 | 372 | 60 | 50 | 0 | 2 | 346 | 134 | 113 |
| Binary | 10000010 | 10010110 | 11111010 | 110000 | 101000 | 0 | 10 | 11100110 | 1011100 | 1001011 |
Color Harmonies of #8296FA
Complementary color
Monochromatic Colors of #8296FA
Black with #8296FA
Text Example
Text Example
White with #8296FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8296FA; }
p { color: rgb(130,150,250); }
H1.HeaderClassName
{
color: #8296FA;
}
.AnyTagClassName
{
color: #8296FA;
}
</style>
background-color css
<style>
a { background-color: #8296FA; }
a { background-color: rgb(130,150,250); }
div.DivClassName
{
background-color: #8296FA;
}
.BgClassName
{
background-color: #8296FA;
}
</style>
border-color css
<style>
span { border-color: #8296FA; }
span { border-color: rgb(130,150,250); }
td.TdClassName
{
border-color: #8296FA;
}
.TagClassName
{
border-color: #8296FA;
}
</style>