Shades of Portage #8796F6
Tints of Portage #8796F6
RGB
CMYK
RGB Variations
Color information
#8796F6 (or 0x8796F6) is known color: Portage. HEX triplet: 87, 96 and F6. RGB value is (135,150,246). Sum of RGB (Red+Green+Blue) = 135+150+246=531 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.42% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #8796F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8796F6 is #786909. Grayscale: #9C9C9C. Windows color (decimal): -7891210 or 16160391. OLE color: 16160391.
HSL color Cylindrical-coordinate representation of color #8796F6: hue angle of 231.89º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8796F6 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 135 | 150 | 246 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.04 |
| HSL | 231.89º | 0.86% | 0.75% | - |
| HSV(B) | 231.89º | 0.45% | 0.96% | - |
| XYZ | 37.53 | 33.62 | 91.7 | - |
| YUV | 156.46 | 178.53 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 150 | 246 | 0.45 | 0.39 | 0 | 0.04 | 231.89 | 0.86 | 0.75 |
| Hex | 87 | 96 | F6 | 2D | 27 | 0 | 4 | E8 | 56 | 4B |
| Octal | 207 | 226 | 366 | 55 | 47 | 0 | 4 | 350 | 126 | 113 |
| Binary | 10000111 | 10010110 | 11110110 | 101101 | 100111 | 0 | 100 | 11101000 | 1010110 | 1001011 |
Color Harmonies of #8796F6
Complementary color
Monochromatic Colors of #8796F6
Black with #8796F6
Text Example
Text Example
White with #8796F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8796F6; }
p { color: rgb(135,150,246); }
H1.HeaderClassName
{
color: #8796F6;
}
.AnyTagClassName
{
color: #8796F6;
}
</style>
background-color css
<style>
a { background-color: #8796F6; }
a { background-color: rgb(135,150,246); }
div.DivClassName
{
background-color: #8796F6;
}
.BgClassName
{
background-color: #8796F6;
}
</style>
border-color css
<style>
span { border-color: #8796F6; }
span { border-color: rgb(135,150,246); }
td.TdClassName
{
border-color: #8796F6;
}
.TagClassName
{
border-color: #8796F6;
}
</style>