Shades of Portage #8193F1
Tints of Portage #8193F1
RGB
CMYK
RGB Variations
Color information
#8193F1 (or 0x8193F1) is known color: Portage. HEX triplet: 81, 93 and F1. RGB value is (129,147,241). Sum of RGB (Red+Green+Blue) = 129+147+241=517 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.95% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #8193F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8193F1 is #7E6C0E. Grayscale: #979797. Windows color (decimal): -8285199 or 15831937. OLE color: 15831937.
HSL color Cylindrical-coordinate representation of color #8193F1: hue angle of 230.36º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8193F1 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 147 | 241 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.05 |
| HSL | 230.36º | 0.8% | 0.73% | - |
| HSV(B) | 230.36º | 0.46% | 0.95% | - |
| XYZ | 35.36 | 31.89 | 87.51 | - |
| YUV | 152.33 | 178.04 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 147 | 241 | 0.46 | 0.39 | 0 | 0.05 | 230.36 | 0.8 | 0.73 |
| Hex | 81 | 93 | F1 | 2E | 27 | 0 | 5 | E6 | 50 | 49 |
| Octal | 201 | 223 | 361 | 56 | 47 | 0 | 5 | 346 | 120 | 111 |
| Binary | 10000001 | 10010011 | 11110001 | 101110 | 100111 | 0 | 101 | 11100110 | 1010000 | 1001001 |
Color Harmonies of #8193F1
Complementary color
Monochromatic Colors of #8193F1
Black with #8193F1
Text Example
Text Example
White with #8193F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8193F1; }
p { color: rgb(129,147,241); }
H1.HeaderClassName
{
color: #8193F1;
}
.AnyTagClassName
{
color: #8193F1;
}
</style>
background-color css
<style>
a { background-color: #8193F1; }
a { background-color: rgb(129,147,241); }
div.DivClassName
{
background-color: #8193F1;
}
.BgClassName
{
background-color: #8193F1;
}
</style>
border-color css
<style>
span { border-color: #8193F1; }
span { border-color: rgb(129,147,241); }
td.TdClassName
{
border-color: #8193F1;
}
.TagClassName
{
border-color: #8193F1;
}
</style>