Shades of Portage #8D95EF
Tints of Portage #8D95EF
RGB
CMYK
RGB Variations
Color information
#8D95EF (or 0x8D95EF) is known color: Portage. HEX triplet: 8D, 95 and EF. RGB value is (141,149,239). Sum of RGB (Red+Green+Blue) = 141+149+239=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D95EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D95EF is #726A10. Grayscale: #9C9C9C. Windows color (decimal): -7498257 or 15701389. OLE color: 15701389.
HSL color Cylindrical-coordinate representation of color #8D95EF: hue angle of 235.1º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D95EF is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 149 | 239 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.06 |
| HSL | 235.1º | 0.75% | 0.75% | - |
| HSV(B) | 235.1º | 0.41% | 0.94% | - |
| XYZ | 37.31 | 33.39 | 86.14 | - |
| YUV | 156.87 | 174.35 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 239 | 0.41 | 0.38 | 0 | 0.06 | 235.1 | 0.75 | 0.75 |
| Hex | 8D | 95 | EF | 29 | 26 | 0 | 6 | EB | 4B | 4B |
| Octal | 215 | 225 | 357 | 51 | 46 | 0 | 6 | 353 | 113 | 113 |
| Binary | 10001101 | 10010101 | 11101111 | 101001 | 100110 | 0 | 110 | 11101011 | 1001011 | 1001011 |
Color Harmonies of #8D95EF
Complementary color
Monochromatic Colors of #8D95EF
Black with #8D95EF
Text Example
Text Example
White with #8D95EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D95EF; }
p { color: rgb(141,149,239); }
H1.HeaderClassName
{
color: #8D95EF;
}
.AnyTagClassName
{
color: #8D95EF;
}
</style>
background-color css
<style>
a { background-color: #8D95EF; }
a { background-color: rgb(141,149,239); }
div.DivClassName
{
background-color: #8D95EF;
}
.BgClassName
{
background-color: #8D95EF;
}
</style>
border-color css
<style>
span { border-color: #8D95EF; }
span { border-color: rgb(141,149,239); }
td.TdClassName
{
border-color: #8D95EF;
}
.TagClassName
{
border-color: #8D95EF;
}
</style>