Shades of Portage #8C96FF
Tints of Portage #8C96FF
RGB
CMYK
RGB Variations
Color information
#8C96FF (or 0x8C96FF) is known color: Portage. HEX triplet: 8C, 96 and FF. RGB value is (140,150,255). Sum of RGB (Red+Green+Blue) = 140+150+255=545 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.69% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C96FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C96FF is #736900. Grayscale: #9E9E9E. Windows color (decimal): -7563521 or 16750220. OLE color: 16750220.
HSL color Cylindrical-coordinate representation of color #8C96FF: hue angle of 234.78º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C96FF is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 150 | 255 | - |
| CMYK | 0.45 | 0.41 | 0 | 0 |
| HSL | 234.78º | 1% | 0.77% | - |
| HSV(B) | 234.78º | 0.45% | 1% | - |
| XYZ | 39.77 | 34.61 | 99.19 | - |
| YUV | 158.98 | 182.19 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 255 | 0.45 | 0.41 | 0 | 0 | 234.78 | 1 | 0.77 |
| Hex | 8C | 96 | FF | 2D | 29 | 0 | 0 | EB | 64 | 4D |
| Octal | 214 | 226 | 377 | 55 | 51 | 0 | 0 | 353 | 144 | 115 |
| Binary | 10001100 | 10010110 | 11111111 | 101101 | 101001 | 0 | 0 | 11101011 | 1100100 | 1001101 |
Color Harmonies of #8C96FF
Complementary color
Monochromatic Colors of #8C96FF
Black with #8C96FF
Text Example
Text Example
White with #8C96FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C96FF; }
p { color: rgb(140,150,255); }
H1.HeaderClassName
{
color: #8C96FF;
}
.AnyTagClassName
{
color: #8C96FF;
}
</style>
background-color css
<style>
a { background-color: #8C96FF; }
a { background-color: rgb(140,150,255); }
div.DivClassName
{
background-color: #8C96FF;
}
.BgClassName
{
background-color: #8C96FF;
}
</style>
border-color css
<style>
span { border-color: #8C96FF; }
span { border-color: rgb(140,150,255); }
td.TdClassName
{
border-color: #8C96FF;
}
.TagClassName
{
border-color: #8C96FF;
}
</style>