Shades of Portage #8D96CC
Tints of Portage #8D96CC
RGB
CMYK
RGB Variations
Color information
#8D96CC (or 0x8D96CC) is known color: Portage. HEX triplet: 8D, 96 and CC. RGB value is (141,150,204). Sum of RGB (Red+Green+Blue) = 141+150+204=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D96CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D96CC is #726933. Grayscale: #999999. Windows color (decimal): -7498036 or 13407885. OLE color: 13407885.
HSL color Cylindrical-coordinate representation of color #8D96CC: hue angle of 231.43º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D96CC is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 150 | 204 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.2 |
| HSL | 231.43º | 0.38% | 0.68% | - |
| HSV(B) | 231.43º | 0.31% | 0.8% | - |
| XYZ | 32.79 | 31.84 | 61.54 | - |
| YUV | 153.47 | 156.52 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 150 | 204 | 0.31 | 0.26 | 0 | 0.2 | 231.43 | 0.38 | 0.68 |
| Hex | 8D | 96 | CC | 1F | 1A | 0 | 14 | E7 | 26 | 44 |
| Octal | 215 | 226 | 314 | 37 | 32 | 0 | 24 | 347 | 46 | 104 |
| Binary | 10001101 | 10010110 | 11001100 | 11111 | 11010 | 0 | 10100 | 11100111 | 100110 | 1000100 |
Color Harmonies of #8D96CC
Complementary color
Monochromatic Colors of #8D96CC
Black with #8D96CC
Text Example
Text Example
White with #8D96CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D96CC; }
p { color: rgb(141,150,204); }
H1.HeaderClassName
{
color: #8D96CC;
}
.AnyTagClassName
{
color: #8D96CC;
}
</style>
background-color css
<style>
a { background-color: #8D96CC; }
a { background-color: rgb(141,150,204); }
div.DivClassName
{
background-color: #8D96CC;
}
.BgClassName
{
background-color: #8D96CC;
}
</style>
border-color css
<style>
span { border-color: #8D96CC; }
span { border-color: rgb(141,150,204); }
td.TdClassName
{
border-color: #8D96CC;
}
.TagClassName
{
border-color: #8D96CC;
}
</style>