Shades of Portage #8C96C3
Tints of Portage #8C96C3
RGB
CMYK
RGB Variations
Color information
#8C96C3 (or 0x8C96C3) is known color: Portage. HEX triplet: 8C, 96 and C3. RGB value is (140,150,195). Sum of RGB (Red+Green+Blue) = 140+150+195=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 195 - color contains mainly: blue. Hex color #8C96C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C96C3 is #73693C. Grayscale: #979797. Windows color (decimal): -7563581 or 12818060. OLE color: 12818060.
HSL color Cylindrical-coordinate representation of color #8C96C3: hue angle of 229.09º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C96C3 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 150 | 195 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.24 |
| HSL | 229.09º | 0.31% | 0.66% | - |
| HSV(B) | 229.09º | 0.28% | 0.76% | - |
| XYZ | 31.57 | 31.33 | 56.01 | - |
| YUV | 152.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 195 | 0.28 | 0.23 | 0 | 0.24 | 229.09 | 0.31 | 0.66 |
| Hex | 8C | 96 | C3 | 1C | 17 | 0 | 18 | E5 | 1F | 42 |
| Octal | 214 | 226 | 303 | 34 | 27 | 0 | 30 | 345 | 37 | 102 |
| Binary | 10001100 | 10010110 | 11000011 | 11100 | 10111 | 0 | 11000 | 11100101 | 11111 | 1000010 |
Color Harmonies of #8C96C3
Complementary color
Monochromatic Colors of #8C96C3
Black with #8C96C3
Text Example
Text Example
White with #8C96C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C96C3; }
p { color: rgb(140,150,195); }
H1.HeaderClassName
{
color: #8C96C3;
}
.AnyTagClassName
{
color: #8C96C3;
}
</style>
background-color css
<style>
a { background-color: #8C96C3; }
a { background-color: rgb(140,150,195); }
div.DivClassName
{
background-color: #8C96C3;
}
.BgClassName
{
background-color: #8C96C3;
}
</style>
border-color css
<style>
span { border-color: #8C96C3; }
span { border-color: rgb(140,150,195); }
td.TdClassName
{
border-color: #8C96C3;
}
.TagClassName
{
border-color: #8C96C3;
}
</style>