Shades of Portage #8495EE
Tints of Portage #8495EE
RGB
CMYK
RGB Variations
Color information
#8495EE (or 0x8495EE) is known color: Portage. HEX triplet: 84, 95 and EE. RGB value is (132,149,238). Sum of RGB (Red+Green+Blue) = 132+149+238=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #8495EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8495EE is #7B6A11. Grayscale: #999999. Windows color (decimal): -8088082 or 15635844. OLE color: 15635844.
HSL color Cylindrical-coordinate representation of color #8495EE: hue angle of 230.38º 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 #8495EE is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 149 | 238 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.07 |
| HSL | 230.38º | 0.76% | 0.73% | - |
| HSV(B) | 230.38º | 0.45% | 0.93% | - |
| XYZ | 35.7 | 32.57 | 85.29 | - |
| YUV | 154.06 | 175.37 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 238 | 0.45 | 0.37 | 0 | 0.07 | 230.38 | 0.76 | 0.73 |
| Hex | 84 | 95 | EE | 2D | 25 | 0 | 7 | E6 | 4C | 49 |
| Octal | 204 | 225 | 356 | 55 | 45 | 0 | 7 | 346 | 114 | 111 |
| Binary | 10000100 | 10010101 | 11101110 | 101101 | 100101 | 0 | 111 | 11100110 | 1001100 | 1001001 |
Color Harmonies of #8495EE
Complementary color
Monochromatic Colors of #8495EE
Black with #8495EE
Text Example
Text Example
White with #8495EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8495EE; }
p { color: rgb(132,149,238); }
H1.HeaderClassName
{
color: #8495EE;
}
.AnyTagClassName
{
color: #8495EE;
}
</style>
background-color css
<style>
a { background-color: #8495EE; }
a { background-color: rgb(132,149,238); }
div.DivClassName
{
background-color: #8495EE;
}
.BgClassName
{
background-color: #8495EE;
}
</style>
border-color css
<style>
span { border-color: #8495EE; }
span { border-color: rgb(132,149,238); }
td.TdClassName
{
border-color: #8495EE;
}
.TagClassName
{
border-color: #8495EE;
}
</style>