Shades of Portage #8C96FA
Tints of Portage #8C96FA
RGB
CMYK
RGB Variations
Color information
#8C96FA (or 0x8C96FA) is known color: Portage. HEX triplet: 8C, 96 and FA. RGB value is (140,150,250). Sum of RGB (Red+Green+Blue) = 140+150+250=540 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.93% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C96FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C96FA is #736905. Grayscale: #9E9E9E. Windows color (decimal): -7563526 or 16422540. OLE color: 16422540.
HSL color Cylindrical-coordinate representation of color #8C96FA: hue angle of 234.55º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C96FA is Cyan = 0.44, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 150 | 250 | - |
| CMYK | 0.44 | 0.4 | 0 | 0.02 |
| HSL | 234.55º | 0.92% | 0.76% | - |
| HSV(B) | 234.55º | 0.44% | 0.98% | - |
| XYZ | 38.98 | 34.29 | 95.01 | - |
| YUV | 158.41 | 179.69 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 250 | 0.44 | 0.4 | 0 | 0.02 | 234.55 | 0.92 | 0.76 |
| Hex | 8C | 96 | FA | 2C | 28 | 0 | 2 | EB | 5C | 4C |
| Octal | 214 | 226 | 372 | 54 | 50 | 0 | 2 | 353 | 134 | 114 |
| Binary | 10001100 | 10010110 | 11111010 | 101100 | 101000 | 0 | 10 | 11101011 | 1011100 | 1001100 |
Color Harmonies of #8C96FA
Complementary color
Monochromatic Colors of #8C96FA
Black with #8C96FA
Text Example
Text Example
White with #8C96FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C96FA; }
p { color: rgb(140,150,250); }
H1.HeaderClassName
{
color: #8C96FA;
}
.AnyTagClassName
{
color: #8C96FA;
}
</style>
background-color css
<style>
a { background-color: #8C96FA; }
a { background-color: rgb(140,150,250); }
div.DivClassName
{
background-color: #8C96FA;
}
.BgClassName
{
background-color: #8C96FA;
}
</style>
border-color css
<style>
span { border-color: #8C96FA; }
span { border-color: rgb(140,150,250); }
td.TdClassName
{
border-color: #8C96FA;
}
.TagClassName
{
border-color: #8C96FA;
}
</style>