Shades of Portage #8197EE
Tints of Portage #8197EE
RGB
CMYK
RGB Variations
Color information
#8197EE (or 0x8197EE) is known color: Portage. HEX triplet: 81, 97 and EE. RGB value is (129,151,238). Sum of RGB (Red+Green+Blue) = 129+151+238=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #8197EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8197EE is #7E6811. Grayscale: #999999. Windows color (decimal): -8284178 or 15636353. OLE color: 15636353.
HSL color Cylindrical-coordinate representation of color #8197EE: hue angle of 227.89º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8197EE is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 151 | 238 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.07 |
| HSL | 227.89º | 0.76% | 0.72% | - |
| HSV(B) | 227.89º | 0.46% | 0.93% | - |
| XYZ | 35.55 | 32.97 | 85.38 | - |
| YUV | 154.34 | 175.21 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 151 | 238 | 0.46 | 0.37 | 0 | 0.07 | 227.89 | 0.76 | 0.72 |
| Hex | 81 | 97 | EE | 2E | 25 | 0 | 7 | E4 | 4C | 48 |
| Octal | 201 | 227 | 356 | 56 | 45 | 0 | 7 | 344 | 114 | 110 |
| Binary | 10000001 | 10010111 | 11101110 | 101110 | 100101 | 0 | 111 | 11100100 | 1001100 | 1001000 |
Color Harmonies of #8197EE
Complementary color
Monochromatic Colors of #8197EE
Black with #8197EE
Text Example
Text Example
White with #8197EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8197EE; }
p { color: rgb(129,151,238); }
H1.HeaderClassName
{
color: #8197EE;
}
.AnyTagClassName
{
color: #8197EE;
}
</style>
background-color css
<style>
a { background-color: #8197EE; }
a { background-color: rgb(129,151,238); }
div.DivClassName
{
background-color: #8197EE;
}
.BgClassName
{
background-color: #8197EE;
}
</style>
border-color css
<style>
span { border-color: #8197EE; }
span { border-color: rgb(129,151,238); }
td.TdClassName
{
border-color: #8197EE;
}
.TagClassName
{
border-color: #8197EE;
}
</style>