Shades of Portage #8291FC
Tints of Portage #8291FC
RGB
CMYK
RGB Variations
Color information
#8291FC (or 0x8291FC) is known color: Portage. HEX triplet: 82, 91 and FC. RGB value is (130,145,252). Sum of RGB (Red+Green+Blue) = 130+145+252=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #8291FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8291FC is #7D6E03. Grayscale: #989898. Windows color (decimal): -8220164 or 16552322. OLE color: 16552322.
HSL color Cylindrical-coordinate representation of color #8291FC: hue angle of 232.62º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8291FC is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 145 | 252 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.01 |
| HSL | 232.62º | 0.95% | 0.75% | - |
| HSV(B) | 232.62º | 0.48% | 0.99% | - |
| XYZ | 36.9 | 32.02 | 96.33 | - |
| YUV | 152.71 | 184.03 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 145 | 252 | 0.48 | 0.42 | 0 | 0.01 | 232.62 | 0.95 | 0.75 |
| Hex | 82 | 91 | FC | 30 | 2A | 0 | 1 | E9 | 5F | 4B |
| Octal | 202 | 221 | 374 | 60 | 52 | 0 | 1 | 351 | 137 | 113 |
| Binary | 10000010 | 10010001 | 11111100 | 110000 | 101010 | 0 | 1 | 11101001 | 1011111 | 1001011 |
Color Harmonies of #8291FC
Complementary color
Monochromatic Colors of #8291FC
Black with #8291FC
Text Example
Text Example
White with #8291FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8291FC; }
p { color: rgb(130,145,252); }
H1.HeaderClassName
{
color: #8291FC;
}
.AnyTagClassName
{
color: #8291FC;
}
</style>
background-color css
<style>
a { background-color: #8291FC; }
a { background-color: rgb(130,145,252); }
div.DivClassName
{
background-color: #8291FC;
}
.BgClassName
{
background-color: #8291FC;
}
</style>
border-color css
<style>
span { border-color: #8291FC; }
span { border-color: rgb(130,145,252); }
td.TdClassName
{
border-color: #8291FC;
}
.TagClassName
{
border-color: #8291FC;
}
</style>