Shades of Portage #8D95ED
Tints of Portage #8D95ED
RGB
CMYK
RGB Variations
Color information
#8D95ED (or 0x8D95ED) is known color: Portage. HEX triplet: 8D, 95 and ED. RGB value is (141,149,237). Sum of RGB (Red+Green+Blue) = 141+149+237=527 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.76% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D95ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D95ED is #726A12. Grayscale: #9C9C9C. Windows color (decimal): -7498259 or 15570317. OLE color: 15570317.
HSL color Cylindrical-coordinate representation of color #8D95ED: hue angle of 235º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D95ED is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 149 | 237 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.07 |
| HSL | 235º | 0.73% | 0.74% | - |
| HSV(B) | 235º | 0.41% | 0.93% | - |
| XYZ | 37.02 | 33.27 | 84.59 | - |
| YUV | 156.64 | 173.35 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 237 | 0.41 | 0.37 | 0 | 0.07 | 235 | 0.73 | 0.74 |
| Hex | 8D | 95 | ED | 29 | 25 | 0 | 7 | EB | 49 | 4A |
| Octal | 215 | 225 | 355 | 51 | 45 | 0 | 7 | 353 | 111 | 112 |
| Binary | 10001101 | 10010101 | 11101101 | 101001 | 100101 | 0 | 111 | 11101011 | 1001001 | 1001010 |
Color Harmonies of #8D95ED
Complementary color
Monochromatic Colors of #8D95ED
Black with #8D95ED
Text Example
Text Example
White with #8D95ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D95ED; }
p { color: rgb(141,149,237); }
H1.HeaderClassName
{
color: #8D95ED;
}
.AnyTagClassName
{
color: #8D95ED;
}
</style>
background-color css
<style>
a { background-color: #8D95ED; }
a { background-color: rgb(141,149,237); }
div.DivClassName
{
background-color: #8D95ED;
}
.BgClassName
{
background-color: #8D95ED;
}
</style>
border-color css
<style>
span { border-color: #8D95ED; }
span { border-color: rgb(141,149,237); }
td.TdClassName
{
border-color: #8D95ED;
}
.TagClassName
{
border-color: #8D95ED;
}
</style>