Shades of Portage #8D96DF
Tints of Portage #8D96DF
RGB
CMYK
RGB Variations
Color information
#8D96DF (or 0x8D96DF) is known color: Portage. HEX triplet: 8D, 96 and DF. RGB value is (141,150,223). Sum of RGB (Red+Green+Blue) = 141+150+223=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D96DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D96DF is #726920. Grayscale: #9B9B9B. Windows color (decimal): -7498017 or 14653069. OLE color: 14653069.
HSL color Cylindrical-coordinate representation of color #8D96DF: hue angle of 233.41º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D96DF is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 150 | 223 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.13 |
| HSL | 233.41º | 0.56% | 0.71% | - |
| HSV(B) | 233.41º | 0.37% | 0.87% | - |
| XYZ | 35.21 | 32.8 | 74.29 | - |
| YUV | 155.63 | 166.02 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 150 | 223 | 0.37 | 0.33 | 0 | 0.13 | 233.41 | 0.56 | 0.71 |
| Hex | 8D | 96 | DF | 25 | 21 | 0 | D | E9 | 38 | 47 |
| Octal | 215 | 226 | 337 | 45 | 41 | 0 | 15 | 351 | 70 | 107 |
| Binary | 10001101 | 10010110 | 11011111 | 100101 | 100001 | 0 | 1101 | 11101001 | 111000 | 1000111 |
Color Harmonies of #8D96DF
Complementary color
Monochromatic Colors of #8D96DF
Black with #8D96DF
Text Example
Text Example
White with #8D96DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D96DF; }
p { color: rgb(141,150,223); }
H1.HeaderClassName
{
color: #8D96DF;
}
.AnyTagClassName
{
color: #8D96DF;
}
</style>
background-color css
<style>
a { background-color: #8D96DF; }
a { background-color: rgb(141,150,223); }
div.DivClassName
{
background-color: #8D96DF;
}
.BgClassName
{
background-color: #8D96DF;
}
</style>
border-color css
<style>
span { border-color: #8D96DF; }
span { border-color: rgb(141,150,223); }
td.TdClassName
{
border-color: #8D96DF;
}
.TagClassName
{
border-color: #8D96DF;
}
</style>