Shades of Portage #8D95CF
Tints of Portage #8D95CF
RGB
CMYK
RGB Variations
Color information
#8D95CF (or 0x8D95CF) is known color: Portage. HEX triplet: 8D, 95 and CF. RGB value is (141,149,207). Sum of RGB (Red+Green+Blue) = 141+149+207=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D95CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D95CF is #726A30. Grayscale: #989898. Windows color (decimal): -7498289 or 13604237. OLE color: 13604237.
HSL color Cylindrical-coordinate representation of color #8D95CF: hue angle of 232.73º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D95CF is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 149 | 207 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.19 |
| HSL | 232.73º | 0.41% | 0.68% | - |
| HSV(B) | 232.73º | 0.32% | 0.81% | - |
| XYZ | 32.99 | 31.66 | 63.4 | - |
| YUV | 153.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 207 | 0.32 | 0.28 | 0 | 0.19 | 232.73 | 0.41 | 0.68 |
| Hex | 8D | 95 | CF | 20 | 1C | 0 | 13 | E9 | 29 | 44 |
| Octal | 215 | 225 | 317 | 40 | 34 | 0 | 23 | 351 | 51 | 104 |
| Binary | 10001101 | 10010101 | 11001111 | 100000 | 11100 | 0 | 10011 | 11101001 | 101001 | 1000100 |
Color Harmonies of #8D95CF
Complementary color
Monochromatic Colors of #8D95CF
Black with #8D95CF
Text Example
Text Example
White with #8D95CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D95CF; }
p { color: rgb(141,149,207); }
H1.HeaderClassName
{
color: #8D95CF;
}
.AnyTagClassName
{
color: #8D95CF;
}
</style>
background-color css
<style>
a { background-color: #8D95CF; }
a { background-color: rgb(141,149,207); }
div.DivClassName
{
background-color: #8D95CF;
}
.BgClassName
{
background-color: #8D95CF;
}
</style>
border-color css
<style>
span { border-color: #8D95CF; }
span { border-color: rgb(141,149,207); }
td.TdClassName
{
border-color: #8D95CF;
}
.TagClassName
{
border-color: #8D95CF;
}
</style>