Shades of Portage #8497EE
Tints of Portage #8497EE
RGB
CMYK
RGB Variations
Color information
#8497EE (or 0x8497EE) is known color: Portage. HEX triplet: 84, 97 and EE. RGB value is (132,151,238). Sum of RGB (Red+Green+Blue) = 132+151+238=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #8497EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8497EE is #7B6811. Grayscale: #9A9A9A. Windows color (decimal): -8087570 or 15636356. OLE color: 15636356.
HSL color Cylindrical-coordinate representation of color #8497EE: hue angle of 229.25º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8497EE is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 151 | 238 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.07 |
| HSL | 229.25º | 0.76% | 0.73% | - |
| HSV(B) | 229.25º | 0.45% | 0.93% | - |
| XYZ | 36.01 | 33.21 | 85.4 | - |
| YUV | 155.24 | 174.71 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 151 | 238 | 0.45 | 0.37 | 0 | 0.07 | 229.25 | 0.76 | 0.73 |
| Hex | 84 | 97 | EE | 2D | 25 | 0 | 7 | E5 | 4C | 49 |
| Octal | 204 | 227 | 356 | 55 | 45 | 0 | 7 | 345 | 114 | 111 |
| Binary | 10000100 | 10010111 | 11101110 | 101101 | 100101 | 0 | 111 | 11100101 | 1001100 | 1001001 |
Color Harmonies of #8497EE
Complementary color
Monochromatic Colors of #8497EE
Black with #8497EE
Text Example
Text Example
White with #8497EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8497EE; }
p { color: rgb(132,151,238); }
H1.HeaderClassName
{
color: #8497EE;
}
.AnyTagClassName
{
color: #8497EE;
}
</style>
background-color css
<style>
a { background-color: #8497EE; }
a { background-color: rgb(132,151,238); }
div.DivClassName
{
background-color: #8497EE;
}
.BgClassName
{
background-color: #8497EE;
}
</style>
border-color css
<style>
span { border-color: #8497EE; }
span { border-color: rgb(132,151,238); }
td.TdClassName
{
border-color: #8497EE;
}
.TagClassName
{
border-color: #8497EE;
}
</style>