Shades of Portage #8394F1
Tints of Portage #8394F1
RGB
CMYK
RGB Variations
Color information
#8394F1 (or 0x8394F1) is known color: Portage. HEX triplet: 83, 94 and F1. RGB value is (131,148,241). Sum of RGB (Red+Green+Blue) = 131+148+241=520 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.19% from 520); Green value is 148 (58.20% from 255 or 28.46% 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 #8394F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8394F1 is #7C6B0E. Grayscale: #999999. Windows color (decimal): -8153871 or 15832195. OLE color: 15832195.
HSL color Cylindrical-coordinate representation of color #8394F1: hue angle of 230.73º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8394F1 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 148 | 241 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.05 |
| HSL | 230.73º | 0.8% | 0.73% | - |
| HSV(B) | 230.73º | 0.46% | 0.95% | - |
| XYZ | 35.83 | 32.36 | 87.58 | - |
| YUV | 153.52 | 177.37 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 241 | 0.46 | 0.39 | 0 | 0.05 | 230.73 | 0.8 | 0.73 |
| Hex | 83 | 94 | F1 | 2E | 27 | 0 | 5 | E7 | 50 | 49 |
| Octal | 203 | 224 | 361 | 56 | 47 | 0 | 5 | 347 | 120 | 111 |
| Binary | 10000011 | 10010100 | 11110001 | 101110 | 100111 | 0 | 101 | 11100111 | 1010000 | 1001001 |
Color Harmonies of #8394F1
Complementary color
Monochromatic Colors of #8394F1
Black with #8394F1
Text Example
Text Example
White with #8394F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8394F1; }
p { color: rgb(131,148,241); }
H1.HeaderClassName
{
color: #8394F1;
}
.AnyTagClassName
{
color: #8394F1;
}
</style>
background-color css
<style>
a { background-color: #8394F1; }
a { background-color: rgb(131,148,241); }
div.DivClassName
{
background-color: #8394F1;
}
.BgClassName
{
background-color: #8394F1;
}
</style>
border-color css
<style>
span { border-color: #8394F1; }
span { border-color: rgb(131,148,241); }
td.TdClassName
{
border-color: #8394F1;
}
.TagClassName
{
border-color: #8394F1;
}
</style>