Shades of Portage #8293FA
Tints of Portage #8293FA
RGB
CMYK
RGB Variations
Color information
#8293FA (or 0x8293FA) is known color: Portage. HEX triplet: 82, 93 and FA. RGB value is (130,147,250). Sum of RGB (Red+Green+Blue) = 130+147+250=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #8293FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8293FA is #7D6C05. Grayscale: #999999. Windows color (decimal): -8219654 or 16421762. OLE color: 16421762.
HSL color Cylindrical-coordinate representation of color #8293FA: hue angle of 231.5º 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 #8293FA is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 147 | 250 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.02 |
| HSL | 231.5º | 0.92% | 0.75% | - |
| HSV(B) | 231.5º | 0.48% | 0.98% | - |
| XYZ | 36.89 | 32.52 | 94.77 | - |
| YUV | 153.66 | 182.37 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 147 | 250 | 0.48 | 0.41 | 0 | 0.02 | 231.5 | 0.92 | 0.75 |
| Hex | 82 | 93 | FA | 30 | 29 | 0 | 2 | E8 | 5C | 4B |
| Octal | 202 | 223 | 372 | 60 | 51 | 0 | 2 | 350 | 134 | 113 |
| Binary | 10000010 | 10010011 | 11111010 | 110000 | 101001 | 0 | 10 | 11101000 | 1011100 | 1001011 |
Color Harmonies of #8293FA
Complementary color
Monochromatic Colors of #8293FA
Black with #8293FA
Text Example
Text Example
White with #8293FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8293FA; }
p { color: rgb(130,147,250); }
H1.HeaderClassName
{
color: #8293FA;
}
.AnyTagClassName
{
color: #8293FA;
}
</style>
background-color css
<style>
a { background-color: #8293FA; }
a { background-color: rgb(130,147,250); }
div.DivClassName
{
background-color: #8293FA;
}
.BgClassName
{
background-color: #8293FA;
}
</style>
border-color css
<style>
span { border-color: #8293FA; }
span { border-color: rgb(130,147,250); }
td.TdClassName
{
border-color: #8293FA;
}
.TagClassName
{
border-color: #8293FA;
}
</style>