Shades of Portage #8D91ED
Tints of Portage #8D91ED
RGB
CMYK
RGB Variations
Color information
#8D91ED (or 0x8D91ED) is known color: Portage. HEX triplet: 8D, 91 and ED. RGB value is (141,145,237). Sum of RGB (Red+Green+Blue) = 141+145+237=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D91ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D91ED is #726E12. Grayscale: #999999. Windows color (decimal): -7499283 or 15569293. OLE color: 15569293.
HSL color Cylindrical-coordinate representation of color #8D91ED: hue angle of 237.5º 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 #8D91ED is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 145 | 237 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.07 |
| HSL | 237.5º | 0.73% | 0.74% | - |
| HSV(B) | 237.5º | 0.41% | 0.93% | - |
| XYZ | 36.4 | 32.03 | 84.38 | - |
| YUV | 154.29 | 174.67 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 237 | 0.41 | 0.39 | 0 | 0.07 | 237.5 | 0.73 | 0.74 |
| Hex | 8D | 91 | ED | 29 | 27 | 0 | 7 | EE | 49 | 4A |
| Octal | 215 | 221 | 355 | 51 | 47 | 0 | 7 | 356 | 111 | 112 |
| Binary | 10001101 | 10010001 | 11101101 | 101001 | 100111 | 0 | 111 | 11101110 | 1001001 | 1001010 |
Color Harmonies of #8D91ED
Complementary color
Monochromatic Colors of #8D91ED
Black with #8D91ED
Text Example
Text Example
White with #8D91ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D91ED; }
p { color: rgb(141,145,237); }
H1.HeaderClassName
{
color: #8D91ED;
}
.AnyTagClassName
{
color: #8D91ED;
}
</style>
background-color css
<style>
a { background-color: #8D91ED; }
a { background-color: rgb(141,145,237); }
div.DivClassName
{
background-color: #8D91ED;
}
.BgClassName
{
background-color: #8D91ED;
}
</style>
border-color css
<style>
span { border-color: #8D91ED; }
span { border-color: rgb(141,145,237); }
td.TdClassName
{
border-color: #8D91ED;
}
.TagClassName
{
border-color: #8D91ED;
}
</style>