Shades of Portage #8492ED
Tints of Portage #8492ED
RGB
CMYK
RGB Variations
Color information
#8492ED (or 0x8492ED) is known color: Portage. HEX triplet: 84, 92 and ED. RGB value is (132,146,237). Sum of RGB (Red+Green+Blue) = 132+146+237=515 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.63% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #8492ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8492ED is #7B6D12. Grayscale: #979797. Windows color (decimal): -8088851 or 15569540. OLE color: 15569540.
HSL color Cylindrical-coordinate representation of color #8492ED: hue angle of 232º 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 #8492ED is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 146 | 237 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.07 |
| HSL | 232º | 0.74% | 0.72% | - |
| HSV(B) | 232º | 0.44% | 0.93% | - |
| XYZ | 35.08 | 31.58 | 84.37 | - |
| YUV | 152.19 | 175.86 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 237 | 0.44 | 0.38 | 0 | 0.07 | 232 | 0.74 | 0.72 |
| Hex | 84 | 92 | ED | 2C | 26 | 0 | 7 | E8 | 4A | 48 |
| Octal | 204 | 222 | 355 | 54 | 46 | 0 | 7 | 350 | 112 | 110 |
| Binary | 10000100 | 10010010 | 11101101 | 101100 | 100110 | 0 | 111 | 11101000 | 1001010 | 1001000 |
Color Harmonies of #8492ED
Complementary color
Monochromatic Colors of #8492ED
Black with #8492ED
Text Example
Text Example
White with #8492ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8492ED; }
p { color: rgb(132,146,237); }
H1.HeaderClassName
{
color: #8492ED;
}
.AnyTagClassName
{
color: #8492ED;
}
</style>
background-color css
<style>
a { background-color: #8492ED; }
a { background-color: rgb(132,146,237); }
div.DivClassName
{
background-color: #8492ED;
}
.BgClassName
{
background-color: #8492ED;
}
</style>
border-color css
<style>
span { border-color: #8492ED; }
span { border-color: rgb(132,146,237); }
td.TdClassName
{
border-color: #8492ED;
}
.TagClassName
{
border-color: #8492ED;
}
</style>