Shades of Portage #8491ED
Tints of Portage #8491ED
RGB
CMYK
RGB Variations
Color information
#8491ED (or 0x8491ED) is known color: Portage. HEX triplet: 84, 91 and ED. RGB value is (132,145,237). Sum of RGB (Red+Green+Blue) = 132+145+237=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #8491ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8491ED is #7B6E12. Grayscale: #979797. Windows color (decimal): -8089107 or 15569284. OLE color: 15569284.
HSL color Cylindrical-coordinate representation of color #8491ED: hue angle of 232.57º 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 #8491ED is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 145 | 237 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.07 |
| HSL | 232.57º | 0.74% | 0.72% | - |
| HSV(B) | 232.57º | 0.44% | 0.93% | - |
| XYZ | 34.93 | 31.27 | 84.32 | - |
| YUV | 151.6 | 176.19 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 237 | 0.44 | 0.39 | 0 | 0.07 | 232.57 | 0.74 | 0.72 |
| Hex | 84 | 91 | ED | 2C | 27 | 0 | 7 | E9 | 4A | 48 |
| Octal | 204 | 221 | 355 | 54 | 47 | 0 | 7 | 351 | 112 | 110 |
| Binary | 10000100 | 10010001 | 11101101 | 101100 | 100111 | 0 | 111 | 11101001 | 1001010 | 1001000 |
Color Harmonies of #8491ED
Complementary color
Monochromatic Colors of #8491ED
Black with #8491ED
Text Example
Text Example
White with #8491ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8491ED; }
p { color: rgb(132,145,237); }
H1.HeaderClassName
{
color: #8491ED;
}
.AnyTagClassName
{
color: #8491ED;
}
</style>
background-color css
<style>
a { background-color: #8491ED; }
a { background-color: rgb(132,145,237); }
div.DivClassName
{
background-color: #8491ED;
}
.BgClassName
{
background-color: #8491ED;
}
</style>
border-color css
<style>
span { border-color: #8491ED; }
span { border-color: rgb(132,145,237); }
td.TdClassName
{
border-color: #8491ED;
}
.TagClassName
{
border-color: #8491ED;
}
</style>