Shades of Portage #8293F5
Tints of Portage #8293F5
RGB
CMYK
RGB Variations
Color information
#8293F5 (or 0x8293F5) is known color: Portage. HEX triplet: 82, 93 and F5. RGB value is (130,147,245). Sum of RGB (Red+Green+Blue) = 130+147+245=522 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.90% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 245 (96.09% from 255 or 46.93% from 522); Max value from RGB is 245 - color contains mainly: blue. Hex color #8293F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8293F5 is #7D6C0A. Grayscale: #989898. Windows color (decimal): -8219659 or 16094082. OLE color: 16094082.
HSL color Cylindrical-coordinate representation of color #8293F5: hue angle of 231.13º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8293F5 is Cyan = 0.47, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 147 | 245 | - |
| CMYK | 0.47 | 0.4 | 0 | 0.04 |
| HSL | 231.13º | 0.85% | 0.74% | - |
| HSV(B) | 231.13º | 0.47% | 0.96% | - |
| XYZ | 36.12 | 32.21 | 90.7 | - |
| YUV | 153.09 | 179.87 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 147 | 245 | 0.47 | 0.4 | 0 | 0.04 | 231.13 | 0.85 | 0.74 |
| Hex | 82 | 93 | F5 | 2F | 28 | 0 | 4 | E7 | 55 | 4A |
| Octal | 202 | 223 | 365 | 57 | 50 | 0 | 4 | 347 | 125 | 112 |
| Binary | 10000010 | 10010011 | 11110101 | 101111 | 101000 | 0 | 100 | 11100111 | 1010101 | 1001010 |
Color Harmonies of #8293F5
Complementary color
Monochromatic Colors of #8293F5
Black with #8293F5
Text Example
Text Example
White with #8293F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8293F5; }
p { color: rgb(130,147,245); }
H1.HeaderClassName
{
color: #8293F5;
}
.AnyTagClassName
{
color: #8293F5;
}
</style>
background-color css
<style>
a { background-color: #8293F5; }
a { background-color: rgb(130,147,245); }
div.DivClassName
{
background-color: #8293F5;
}
.BgClassName
{
background-color: #8293F5;
}
</style>
border-color css
<style>
span { border-color: #8293F5; }
span { border-color: rgb(130,147,245); }
td.TdClassName
{
border-color: #8293F5;
}
.TagClassName
{
border-color: #8293F5;
}
</style>