Shades of Portage #8495ED
Tints of Portage #8495ED
RGB
CMYK
RGB Variations
Color information
#8495ED (or 0x8495ED) is known color: Portage. HEX triplet: 84, 95 and ED. RGB value is (132,149,237). Sum of RGB (Red+Green+Blue) = 132+149+237=518 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.48% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #8495ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8495ED is #7B6A12. Grayscale: #999999. Windows color (decimal): -8088083 or 15570308. OLE color: 15570308.
HSL color Cylindrical-coordinate representation of color #8495ED: hue angle of 230.29º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8495ED is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 149 | 237 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.07 |
| HSL | 230.29º | 0.74% | 0.72% | - |
| HSV(B) | 230.29º | 0.44% | 0.93% | - |
| XYZ | 35.55 | 32.51 | 84.52 | - |
| YUV | 153.95 | 174.87 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 237 | 0.44 | 0.37 | 0 | 0.07 | 230.29 | 0.74 | 0.72 |
| Hex | 84 | 95 | ED | 2C | 25 | 0 | 7 | E6 | 4A | 48 |
| Octal | 204 | 225 | 355 | 54 | 45 | 0 | 7 | 346 | 112 | 110 |
| Binary | 10000100 | 10010101 | 11101101 | 101100 | 100101 | 0 | 111 | 11100110 | 1001010 | 1001000 |
Color Harmonies of #8495ED
Complementary color
Monochromatic Colors of #8495ED
Black with #8495ED
Text Example
Text Example
White with #8495ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8495ED; }
p { color: rgb(132,149,237); }
H1.HeaderClassName
{
color: #8495ED;
}
.AnyTagClassName
{
color: #8495ED;
}
</style>
background-color css
<style>
a { background-color: #8495ED; }
a { background-color: rgb(132,149,237); }
div.DivClassName
{
background-color: #8495ED;
}
.BgClassName
{
background-color: #8495ED;
}
</style>
border-color css
<style>
span { border-color: #8495ED; }
span { border-color: rgb(132,149,237); }
td.TdClassName
{
border-color: #8495ED;
}
.TagClassName
{
border-color: #8495ED;
}
</style>