Shades of Portage #8495EF
Tints of Portage #8495EF
RGB
CMYK
RGB Variations
Color information
#8495EF (or 0x8495EF) is known color: Portage. HEX triplet: 84, 95 and EF. RGB value is (132,149,239). Sum of RGB (Red+Green+Blue) = 132+149+239=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 149 (58.59% from 255 or 28.65% 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 #8495EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8495EF is #7B6A10. Grayscale: #999999. Windows color (decimal): -8088081 or 15701380. OLE color: 15701380.
HSL color Cylindrical-coordinate representation of color #8495EF: hue angle of 230.47º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8495EF is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 149 | 239 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.06 |
| HSL | 230.47º | 0.77% | 0.73% | - |
| HSV(B) | 230.47º | 0.45% | 0.94% | - |
| XYZ | 35.84 | 32.63 | 86.07 | - |
| YUV | 154.18 | 175.87 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 239 | 0.45 | 0.38 | 0 | 0.06 | 230.47 | 0.77 | 0.73 |
| Hex | 84 | 95 | EF | 2D | 26 | 0 | 6 | E6 | 4D | 49 |
| Octal | 204 | 225 | 357 | 55 | 46 | 0 | 6 | 346 | 115 | 111 |
| Binary | 10000100 | 10010101 | 11101111 | 101101 | 100110 | 0 | 110 | 11100110 | 1001101 | 1001001 |
Color Harmonies of #8495EF
Complementary color
Monochromatic Colors of #8495EF
Black with #8495EF
Text Example
Text Example
White with #8495EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8495EF; }
p { color: rgb(132,149,239); }
H1.HeaderClassName
{
color: #8495EF;
}
.AnyTagClassName
{
color: #8495EF;
}
</style>
background-color css
<style>
a { background-color: #8495EF; }
a { background-color: rgb(132,149,239); }
div.DivClassName
{
background-color: #8495EF;
}
.BgClassName
{
background-color: #8495EF;
}
</style>
border-color css
<style>
span { border-color: #8495EF; }
span { border-color: rgb(132,149,239); }
td.TdClassName
{
border-color: #8495EF;
}
.TagClassName
{
border-color: #8495EF;
}
</style>