Shades of Portage #8199F7
Tints of Portage #8199F7
RGB
CMYK
RGB Variations
Color information
#8199F7 (or 0x8199F7) is known color: Portage. HEX triplet: 81, 99 and F7. RGB value is (129,153,247). Sum of RGB (Red+Green+Blue) = 129+153+247=529 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.39% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #8199F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8199F7 is #7E6608. Grayscale: #9C9C9C. Windows color (decimal): -8283657 or 16226689. OLE color: 16226689.
HSL color Cylindrical-coordinate representation of color #8199F7: hue angle of 227.8º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8199F7 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 153 | 247 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.03 |
| HSL | 227.8º | 0.88% | 0.74% | - |
| HSV(B) | 227.8º | 0.48% | 0.97% | - |
| XYZ | 37.23 | 34.16 | 92.63 | - |
| YUV | 156.54 | 179.05 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 153 | 247 | 0.48 | 0.38 | 0 | 0.03 | 227.8 | 0.88 | 0.74 |
| Hex | 81 | 99 | F7 | 30 | 26 | 0 | 3 | E4 | 58 | 4A |
| Octal | 201 | 231 | 367 | 60 | 46 | 0 | 3 | 344 | 130 | 112 |
| Binary | 10000001 | 10011001 | 11110111 | 110000 | 100110 | 0 | 11 | 11100100 | 1011000 | 1001010 |
Color Harmonies of #8199F7
Complementary color
Monochromatic Colors of #8199F7
Black with #8199F7
Text Example
Text Example
White with #8199F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8199F7; }
p { color: rgb(129,153,247); }
H1.HeaderClassName
{
color: #8199F7;
}
.AnyTagClassName
{
color: #8199F7;
}
</style>
background-color css
<style>
a { background-color: #8199F7; }
a { background-color: rgb(129,153,247); }
div.DivClassName
{
background-color: #8199F7;
}
.BgClassName
{
background-color: #8199F7;
}
</style>
border-color css
<style>
span { border-color: #8199F7; }
span { border-color: rgb(129,153,247); }
td.TdClassName
{
border-color: #8199F7;
}
.TagClassName
{
border-color: #8199F7;
}
</style>