Shades of Portage #8493F1
Tints of Portage #8493F1
RGB
CMYK
RGB Variations
Color information
#8493F1 (or 0x8493F1) is known color: Portage. HEX triplet: 84, 93 and F1. RGB value is (132,147,241). Sum of RGB (Red+Green+Blue) = 132+147+241=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #8493F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8493F1 is #7B6C0E. Grayscale: #989898. Windows color (decimal): -8088591 or 15831940. OLE color: 15831940.
HSL color Cylindrical-coordinate representation of color #8493F1: hue angle of 231.74º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8493F1 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 147 | 241 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.05 |
| HSL | 231.74º | 0.8% | 0.73% | - |
| HSV(B) | 231.74º | 0.45% | 0.95% | - |
| XYZ | 35.83 | 32.12 | 87.53 | - |
| YUV | 153.23 | 177.53 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 147 | 241 | 0.45 | 0.39 | 0 | 0.05 | 231.74 | 0.8 | 0.73 |
| Hex | 84 | 93 | F1 | 2D | 27 | 0 | 5 | E8 | 50 | 49 |
| Octal | 204 | 223 | 361 | 55 | 47 | 0 | 5 | 350 | 120 | 111 |
| Binary | 10000100 | 10010011 | 11110001 | 101101 | 100111 | 0 | 101 | 11101000 | 1010000 | 1001001 |
Color Harmonies of #8493F1
Complementary color
Monochromatic Colors of #8493F1
Black with #8493F1
Text Example
Text Example
White with #8493F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8493F1; }
p { color: rgb(132,147,241); }
H1.HeaderClassName
{
color: #8493F1;
}
.AnyTagClassName
{
color: #8493F1;
}
</style>
background-color css
<style>
a { background-color: #8493F1; }
a { background-color: rgb(132,147,241); }
div.DivClassName
{
background-color: #8493F1;
}
.BgClassName
{
background-color: #8493F1;
}
</style>
border-color css
<style>
span { border-color: #8493F1; }
span { border-color: rgb(132,147,241); }
td.TdClassName
{
border-color: #8493F1;
}
.TagClassName
{
border-color: #8493F1;
}
</style>