Shades of Portage #8199F1
Tints of Portage #8199F1
RGB
CMYK
RGB Variations
Color information
#8199F1 (or 0x8199F1) is known color: Portage. HEX triplet: 81, 99 and F1. RGB value is (129,153,241). Sum of RGB (Red+Green+Blue) = 129+153+241=523 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.67% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #8199F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8199F1 is #7E660E. Grayscale: #9B9B9B. Windows color (decimal): -8283663 or 15833473. OLE color: 15833473.
HSL color Cylindrical-coordinate representation of color #8199F1: hue angle of 227.14º 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 #8199F1 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 153 | 241 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.05 |
| HSL | 227.14º | 0.8% | 0.73% | - |
| HSV(B) | 227.14º | 0.46% | 0.95% | - |
| XYZ | 36.32 | 33.8 | 87.83 | - |
| YUV | 155.86 | 176.05 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 153 | 241 | 0.46 | 0.37 | 0 | 0.05 | 227.14 | 0.8 | 0.73 |
| Hex | 81 | 99 | F1 | 2E | 25 | 0 | 5 | E3 | 50 | 49 |
| Octal | 201 | 231 | 361 | 56 | 45 | 0 | 5 | 343 | 120 | 111 |
| Binary | 10000001 | 10011001 | 11110001 | 101110 | 100101 | 0 | 101 | 11100011 | 1010000 | 1001001 |
Color Harmonies of #8199F1
Complementary color
Monochromatic Colors of #8199F1
Black with #8199F1
Text Example
Text Example
White with #8199F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8199F1; }
p { color: rgb(129,153,241); }
H1.HeaderClassName
{
color: #8199F1;
}
.AnyTagClassName
{
color: #8199F1;
}
</style>
background-color css
<style>
a { background-color: #8199F1; }
a { background-color: rgb(129,153,241); }
div.DivClassName
{
background-color: #8199F1;
}
.BgClassName
{
background-color: #8199F1;
}
</style>
border-color css
<style>
span { border-color: #8199F1; }
span { border-color: rgb(129,153,241); }
td.TdClassName
{
border-color: #8199F1;
}
.TagClassName
{
border-color: #8199F1;
}
</style>