Shades of Portage #8396F6
Tints of Portage #8396F6
RGB
CMYK
RGB Variations
Color information
#8396F6 (or 0x8396F6) is known color: Portage. HEX triplet: 83, 96 and F6. RGB value is (131,150,246). Sum of RGB (Red+Green+Blue) = 131+150+246=527 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.86% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #8396F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8396F6 is #7C6909. Grayscale: #9A9A9A. Windows color (decimal): -8153354 or 16160387. OLE color: 16160387.
HSL color Cylindrical-coordinate representation of color #8396F6: hue angle of 230.09º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8396F6 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 150 | 246 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.04 |
| HSL | 230.09º | 0.86% | 0.74% | - |
| HSV(B) | 230.09º | 0.47% | 0.96% | - |
| XYZ | 36.9 | 33.29 | 91.67 | - |
| YUV | 155.26 | 179.21 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 150 | 246 | 0.47 | 0.39 | 0 | 0.04 | 230.09 | 0.86 | 0.74 |
| Hex | 83 | 96 | F6 | 2F | 27 | 0 | 4 | E6 | 56 | 4A |
| Octal | 203 | 226 | 366 | 57 | 47 | 0 | 4 | 346 | 126 | 112 |
| Binary | 10000011 | 10010110 | 11110110 | 101111 | 100111 | 0 | 100 | 11100110 | 1010110 | 1001010 |
Color Harmonies of #8396F6
Complementary color
Monochromatic Colors of #8396F6
Black with #8396F6
Text Example
Text Example
White with #8396F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8396F6; }
p { color: rgb(131,150,246); }
H1.HeaderClassName
{
color: #8396F6;
}
.AnyTagClassName
{
color: #8396F6;
}
</style>
background-color css
<style>
a { background-color: #8396F6; }
a { background-color: rgb(131,150,246); }
div.DivClassName
{
background-color: #8396F6;
}
.BgClassName
{
background-color: #8396F6;
}
</style>
border-color css
<style>
span { border-color: #8396F6; }
span { border-color: rgb(131,150,246); }
td.TdClassName
{
border-color: #8396F6;
}
.TagClassName
{
border-color: #8396F6;
}
</style>