Shades of Portage #8397F6
Tints of Portage #8397F6
RGB
CMYK
RGB Variations
Color information
#8397F6 (or 0x8397F6) is known color: Portage. HEX triplet: 83, 97 and F6. RGB value is (131,151,246). Sum of RGB (Red+Green+Blue) = 131+151+246=528 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.81% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #8397F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8397F6 is #7C6809. Grayscale: #9B9B9B. Windows color (decimal): -8153098 or 16160643. OLE color: 16160643.
HSL color Cylindrical-coordinate representation of color #8397F6: hue angle of 229.57º 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 #8397F6 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 151 | 246 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.04 |
| HSL | 229.57º | 0.86% | 0.74% | - |
| HSV(B) | 229.57º | 0.47% | 0.96% | - |
| XYZ | 37.06 | 33.61 | 91.72 | - |
| YUV | 155.85 | 178.87 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 151 | 246 | 0.47 | 0.39 | 0 | 0.04 | 229.57 | 0.86 | 0.74 |
| Hex | 83 | 97 | F6 | 2F | 27 | 0 | 4 | E6 | 56 | 4A |
| Octal | 203 | 227 | 366 | 57 | 47 | 0 | 4 | 346 | 126 | 112 |
| Binary | 10000011 | 10010111 | 11110110 | 101111 | 100111 | 0 | 100 | 11100110 | 1010110 | 1001010 |
Color Harmonies of #8397F6
Complementary color
Monochromatic Colors of #8397F6
Black with #8397F6
Text Example
Text Example
White with #8397F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8397F6; }
p { color: rgb(131,151,246); }
H1.HeaderClassName
{
color: #8397F6;
}
.AnyTagClassName
{
color: #8397F6;
}
</style>
background-color css
<style>
a { background-color: #8397F6; }
a { background-color: rgb(131,151,246); }
div.DivClassName
{
background-color: #8397F6;
}
.BgClassName
{
background-color: #8397F6;
}
</style>
border-color css
<style>
span { border-color: #8397F6; }
span { border-color: rgb(131,151,246); }
td.TdClassName
{
border-color: #8397F6;
}
.TagClassName
{
border-color: #8397F6;
}
</style>