Shades of Portage #8198F6
Tints of Portage #8198F6
RGB
CMYK
RGB Variations
Color information
#8198F6 (or 0x8198F6) is known color: Portage. HEX triplet: 81, 98 and F6. RGB value is (129,152,246). Sum of RGB (Red+Green+Blue) = 129+152+246=527 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.48% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #8198F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8198F6 is #7E6709. Grayscale: #9B9B9B. Windows color (decimal): -8283914 or 16160897. OLE color: 16160897.
HSL color Cylindrical-coordinate representation of color #8198F6: hue angle of 228.21º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8198F6 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 152 | 246 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.04 |
| HSL | 228.21º | 0.87% | 0.74% | - |
| HSV(B) | 228.21º | 0.48% | 0.96% | - |
| XYZ | 36.92 | 33.78 | 91.76 | - |
| YUV | 155.84 | 178.88 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 152 | 246 | 0.48 | 0.38 | 0 | 0.04 | 228.21 | 0.87 | 0.74 |
| Hex | 81 | 98 | F6 | 30 | 26 | 0 | 4 | E4 | 57 | 4A |
| Octal | 201 | 230 | 366 | 60 | 46 | 0 | 4 | 344 | 127 | 112 |
| Binary | 10000001 | 10011000 | 11110110 | 110000 | 100110 | 0 | 100 | 11100100 | 1010111 | 1001010 |
Color Harmonies of #8198F6
Complementary color
Monochromatic Colors of #8198F6
Black with #8198F6
Text Example
Text Example
White with #8198F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8198F6; }
p { color: rgb(129,152,246); }
H1.HeaderClassName
{
color: #8198F6;
}
.AnyTagClassName
{
color: #8198F6;
}
</style>
background-color css
<style>
a { background-color: #8198F6; }
a { background-color: rgb(129,152,246); }
div.DivClassName
{
background-color: #8198F6;
}
.BgClassName
{
background-color: #8198F6;
}
</style>
border-color css
<style>
span { border-color: #8198F6; }
span { border-color: rgb(129,152,246); }
td.TdClassName
{
border-color: #8198F6;
}
.TagClassName
{
border-color: #8198F6;
}
</style>