Shades of Portage #8292FA
Tints of Portage #8292FA
RGB
CMYK
RGB Variations
Color information
#8292FA (or 0x8292FA) is known color: Portage. HEX triplet: 82, 92 and FA. RGB value is (130,146,250). Sum of RGB (Red+Green+Blue) = 130+146+250=526 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.71% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #8292FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8292FA is #7D6D05. Grayscale: #989898. Windows color (decimal): -8219910 or 16421506. OLE color: 16421506.
HSL color Cylindrical-coordinate representation of color #8292FA: hue angle of 232º 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 #8292FA is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 146 | 250 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.02 |
| HSL | 232º | 0.92% | 0.75% | - |
| HSV(B) | 232º | 0.48% | 0.98% | - |
| XYZ | 36.74 | 32.21 | 94.72 | - |
| YUV | 153.07 | 182.7 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 250 | 0.48 | 0.42 | 0 | 0.02 | 232 | 0.92 | 0.75 |
| Hex | 82 | 92 | FA | 30 | 2A | 0 | 2 | E8 | 5C | 4B |
| Octal | 202 | 222 | 372 | 60 | 52 | 0 | 2 | 350 | 134 | 113 |
| Binary | 10000010 | 10010010 | 11111010 | 110000 | 101010 | 0 | 10 | 11101000 | 1011100 | 1001011 |
Color Harmonies of #8292FA
Complementary color
Monochromatic Colors of #8292FA
Black with #8292FA
Text Example
Text Example
White with #8292FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8292FA; }
p { color: rgb(130,146,250); }
H1.HeaderClassName
{
color: #8292FA;
}
.AnyTagClassName
{
color: #8292FA;
}
</style>
background-color css
<style>
a { background-color: #8292FA; }
a { background-color: rgb(130,146,250); }
div.DivClassName
{
background-color: #8292FA;
}
.BgClassName
{
background-color: #8292FA;
}
</style>
border-color css
<style>
span { border-color: #8292FA; }
span { border-color: rgb(130,146,250); }
td.TdClassName
{
border-color: #8292FA;
}
.TagClassName
{
border-color: #8292FA;
}
</style>