Shades of Portage #8198EF
Tints of Portage #8198EF
RGB
CMYK
RGB Variations
Color information
#8198EF (or 0x8198EF) is known color: Portage. HEX triplet: 81, 98 and EF. RGB value is (129,152,239). Sum of RGB (Red+Green+Blue) = 129+152+239=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #8198EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8198EF is #7E6710. Grayscale: #9A9A9A. Windows color (decimal): -8283921 or 15702145. OLE color: 15702145.
HSL color Cylindrical-coordinate representation of color #8198EF: hue angle of 227.45º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8198EF is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 152 | 239 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.06 |
| HSL | 227.45º | 0.77% | 0.72% | - |
| HSV(B) | 227.45º | 0.46% | 0.94% | - |
| XYZ | 35.86 | 33.36 | 86.21 | - |
| YUV | 155.04 | 175.38 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 152 | 239 | 0.46 | 0.36 | 0 | 0.06 | 227.45 | 0.77 | 0.72 |
| Hex | 81 | 98 | EF | 2E | 24 | 0 | 6 | E3 | 4D | 48 |
| Octal | 201 | 230 | 357 | 56 | 44 | 0 | 6 | 343 | 115 | 110 |
| Binary | 10000001 | 10011000 | 11101111 | 101110 | 100100 | 0 | 110 | 11100011 | 1001101 | 1001000 |
Color Harmonies of #8198EF
Complementary color
Monochromatic Colors of #8198EF
Black with #8198EF
Text Example
Text Example
White with #8198EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8198EF; }
p { color: rgb(129,152,239); }
H1.HeaderClassName
{
color: #8198EF;
}
.AnyTagClassName
{
color: #8198EF;
}
</style>
background-color css
<style>
a { background-color: #8198EF; }
a { background-color: rgb(129,152,239); }
div.DivClassName
{
background-color: #8198EF;
}
.BgClassName
{
background-color: #8198EF;
}
</style>
border-color css
<style>
span { border-color: #8198EF; }
span { border-color: rgb(129,152,239); }
td.TdClassName
{
border-color: #8198EF;
}
.TagClassName
{
border-color: #8198EF;
}
</style>