Shades of Portage #8C96EC
Tints of Portage #8C96EC
RGB
CMYK
RGB Variations
Color information
#8C96EC (or 0x8C96EC) is known color: Portage. HEX triplet: 8C, 96 and EC. RGB value is (140,150,236). Sum of RGB (Red+Green+Blue) = 140+150+236=526 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.62% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C96EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C96EC is #736913. Grayscale: #9C9C9C. Windows color (decimal): -7563540 or 15505036. OLE color: 15505036.
HSL color Cylindrical-coordinate representation of color #8C96EC: hue angle of 233.75º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C96EC is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 150 | 236 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.07 |
| HSL | 233.75º | 0.72% | 0.74% | - |
| HSV(B) | 233.75º | 0.41% | 0.93% | - |
| XYZ | 36.86 | 33.44 | 83.87 | - |
| YUV | 156.81 | 172.69 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 236 | 0.41 | 0.36 | 0 | 0.07 | 233.75 | 0.72 | 0.74 |
| Hex | 8C | 96 | EC | 29 | 24 | 0 | 7 | EA | 48 | 4A |
| Octal | 214 | 226 | 354 | 51 | 44 | 0 | 7 | 352 | 110 | 112 |
| Binary | 10001100 | 10010110 | 11101100 | 101001 | 100100 | 0 | 111 | 11101010 | 1001000 | 1001010 |
Color Harmonies of #8C96EC
Complementary color
Monochromatic Colors of #8C96EC
Black with #8C96EC
Text Example
Text Example
White with #8C96EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C96EC; }
p { color: rgb(140,150,236); }
H1.HeaderClassName
{
color: #8C96EC;
}
.AnyTagClassName
{
color: #8C96EC;
}
</style>
background-color css
<style>
a { background-color: #8C96EC; }
a { background-color: rgb(140,150,236); }
div.DivClassName
{
background-color: #8C96EC;
}
.BgClassName
{
background-color: #8C96EC;
}
</style>
border-color css
<style>
span { border-color: #8C96EC; }
span { border-color: rgb(140,150,236); }
td.TdClassName
{
border-color: #8C96EC;
}
.TagClassName
{
border-color: #8C96EC;
}
</style>