Shades of Portage #8191FA
Tints of Portage #8191FA
RGB
CMYK
RGB Variations
Color information
#8191FA (or 0x8191FA) is known color: Portage. HEX triplet: 81, 91 and FA. RGB value is (129,145,250). Sum of RGB (Red+Green+Blue) = 129+145+250=524 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.62% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #8191FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8191FA is #7E6E05. Grayscale: #979797. Windows color (decimal): -8285702 or 16421249. OLE color: 16421249.
HSL color Cylindrical-coordinate representation of color #8191FA: hue angle of 232.07º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8191FA is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 145 | 250 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.02 |
| HSL | 232.07º | 0.92% | 0.74% | - |
| HSV(B) | 232.07º | 0.48% | 0.98% | - |
| XYZ | 36.43 | 31.82 | 94.66 | - |
| YUV | 152.19 | 183.2 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 145 | 250 | 0.48 | 0.42 | 0 | 0.02 | 232.07 | 0.92 | 0.74 |
| Hex | 81 | 91 | FA | 30 | 2A | 0 | 2 | E8 | 5C | 4A |
| Octal | 201 | 221 | 372 | 60 | 52 | 0 | 2 | 350 | 134 | 112 |
| Binary | 10000001 | 10010001 | 11111010 | 110000 | 101010 | 0 | 10 | 11101000 | 1011100 | 1001010 |
Color Harmonies of #8191FA
Complementary color
Monochromatic Colors of #8191FA
Black with #8191FA
Text Example
Text Example
White with #8191FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8191FA; }
p { color: rgb(129,145,250); }
H1.HeaderClassName
{
color: #8191FA;
}
.AnyTagClassName
{
color: #8191FA;
}
</style>
background-color css
<style>
a { background-color: #8191FA; }
a { background-color: rgb(129,145,250); }
div.DivClassName
{
background-color: #8191FA;
}
.BgClassName
{
background-color: #8191FA;
}
</style>
border-color css
<style>
span { border-color: #8191FA; }
span { border-color: rgb(129,145,250); }
td.TdClassName
{
border-color: #8191FA;
}
.TagClassName
{
border-color: #8191FA;
}
</style>