Shades of Portage #8896F6
Tints of Portage #8896F6
RGB
CMYK
RGB Variations
Color information
#8896F6 (or 0x8896F6) is known color: Portage. HEX triplet: 88, 96 and F6. RGB value is (136,150,246). Sum of RGB (Red+Green+Blue) = 136+150+246=532 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.56% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 246 (96.48% from 255 or 46.24% from 532); Max value from RGB is 246 - color contains mainly: blue. Hex color #8896F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8896F6 is #776909. Grayscale: #9C9C9C. Windows color (decimal): -7825674 or 16160392. OLE color: 16160392.
HSL color Cylindrical-coordinate representation of color #8896F6: hue angle of 232.36º 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 #8896F6 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 150 | 246 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.04 |
| HSL | 232.36º | 0.86% | 0.75% | - |
| HSV(B) | 232.36º | 0.45% | 0.96% | - |
| XYZ | 37.69 | 33.7 | 91.71 | - |
| YUV | 156.76 | 178.36 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 150 | 246 | 0.45 | 0.39 | 0 | 0.04 | 232.36 | 0.86 | 0.75 |
| Hex | 88 | 96 | F6 | 2D | 27 | 0 | 4 | E8 | 56 | 4B |
| Octal | 210 | 226 | 366 | 55 | 47 | 0 | 4 | 350 | 126 | 113 |
| Binary | 10001000 | 10010110 | 11110110 | 101101 | 100111 | 0 | 100 | 11101000 | 1010110 | 1001011 |
Color Harmonies of #8896F6
Complementary color
Monochromatic Colors of #8896F6
Black with #8896F6
Text Example
Text Example
White with #8896F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8896F6; }
p { color: rgb(136,150,246); }
H1.HeaderClassName
{
color: #8896F6;
}
.AnyTagClassName
{
color: #8896F6;
}
</style>
background-color css
<style>
a { background-color: #8896F6; }
a { background-color: rgb(136,150,246); }
div.DivClassName
{
background-color: #8896F6;
}
.BgClassName
{
background-color: #8896F6;
}
</style>
border-color css
<style>
span { border-color: #8896F6; }
span { border-color: rgb(136,150,246); }
td.TdClassName
{
border-color: #8896F6;
}
.TagClassName
{
border-color: #8896F6;
}
</style>