Shades of Portage #8C96D7
Tints of Portage #8C96D7
RGB
CMYK
RGB Variations
Color information
#8C96D7 (or 0x8C96D7) is known color: Portage. HEX triplet: 8C, 96 and D7. RGB value is (140,150,215). Sum of RGB (Red+Green+Blue) = 140+150+215=505 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.72% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #8C96D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C96D7 is #736928. Grayscale: #9A9A9A. Windows color (decimal): -7563561 or 14128780. OLE color: 14128780.
HSL color Cylindrical-coordinate representation of color #8C96D7: hue angle of 232º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C96D7 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 150 | 215 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.16 |
| HSL | 232º | 0.48% | 0.7% | - |
| HSV(B) | 232º | 0.35% | 0.84% | - |
| XYZ | 33.99 | 32.29 | 68.73 | - |
| YUV | 154.42 | 162.19 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 215 | 0.35 | 0.30 | 0 | 0.16 | 232 | 0.48 | 0.7 |
| Hex | 8C | 96 | D7 | 23 | 1E | 0 | 10 | E8 | 30 | 46 |
| Octal | 214 | 226 | 327 | 43 | 36 | 0 | 20 | 350 | 60 | 106 |
| Binary | 10001100 | 10010110 | 11010111 | 100011 | 11110 | 0 | 10000 | 11101000 | 110000 | 1000110 |
Color Harmonies of #8C96D7
Complementary color
Monochromatic Colors of #8C96D7
Black with #8C96D7
Text Example
Text Example
White with #8C96D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C96D7; }
p { color: rgb(140,150,215); }
H1.HeaderClassName
{
color: #8C96D7;
}
.AnyTagClassName
{
color: #8C96D7;
}
</style>
background-color css
<style>
a { background-color: #8C96D7; }
a { background-color: rgb(140,150,215); }
div.DivClassName
{
background-color: #8C96D7;
}
.BgClassName
{
background-color: #8C96D7;
}
</style>
border-color css
<style>
span { border-color: #8C96D7; }
span { border-color: rgb(140,150,215); }
td.TdClassName
{
border-color: #8C96D7;
}
.TagClassName
{
border-color: #8C96D7;
}
</style>