Shades of Portage #8D90ED
Tints of Portage #8D90ED
RGB
CMYK
RGB Variations
Color information
#8D90ED (or 0x8D90ED) is known color: Portage. HEX triplet: 8D, 90 and ED. RGB value is (141,144,237). Sum of RGB (Red+Green+Blue) = 141+144+237=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D90ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D90ED is #726F12. Grayscale: #999999. Windows color (decimal): -7499539 or 15569037. OLE color: 15569037.
HSL color Cylindrical-coordinate representation of color #8D90ED: hue angle of 238.12º 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 #8D90ED is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 144 | 237 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.07 |
| HSL | 238.13º | 0.73% | 0.74% | - |
| HSV(B) | 238.13º | 0.41% | 0.93% | - |
| XYZ | 36.24 | 31.72 | 84.33 | - |
| YUV | 153.71 | 175.01 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 144 | 237 | 0.41 | 0.39 | 0 | 0.07 | 238.13 | 0.73 | 0.74 |
| Hex | 8D | 90 | ED | 29 | 27 | 0 | 7 | EE | 49 | 4A |
| Octal | 215 | 220 | 355 | 51 | 47 | 0 | 7 | 356 | 111 | 112 |
| Binary | 10001101 | 10010000 | 11101101 | 101001 | 100111 | 0 | 111 | 11101110 | 1001001 | 1001010 |
Color Harmonies of #8D90ED
Complementary color
Monochromatic Colors of #8D90ED
Black with #8D90ED
Text Example
Text Example
White with #8D90ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D90ED; }
p { color: rgb(141,144,237); }
H1.HeaderClassName
{
color: #8D90ED;
}
.AnyTagClassName
{
color: #8D90ED;
}
</style>
background-color css
<style>
a { background-color: #8D90ED; }
a { background-color: rgb(141,144,237); }
div.DivClassName
{
background-color: #8D90ED;
}
.BgClassName
{
background-color: #8D90ED;
}
</style>
border-color css
<style>
span { border-color: #8D90ED; }
span { border-color: rgb(141,144,237); }
td.TdClassName
{
border-color: #8D90ED;
}
.TagClassName
{
border-color: #8D90ED;
}
</style>