Shades of Portage #8D90EB
Tints of Portage #8D90EB
RGB
CMYK
RGB Variations
Color information
#8D90EB (or 0x8D90EB) is known color: Portage. HEX triplet: 8D, 90 and EB. RGB value is (141,144,235). Sum of RGB (Red+Green+Blue) = 141+144+235=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D90EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D90EB is #726F14. Grayscale: #999999. Windows color (decimal): -7499541 or 15437965. OLE color: 15437965.
HSL color Cylindrical-coordinate representation of color #8D90EB: hue angle of 238.09º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D90EB is Cyan = 0.4, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 144 | 235 | - |
| CMYK | 0.4 | 0.39 | 0 | 0.08 |
| HSL | 238.09º | 0.7% | 0.74% | - |
| HSV(B) | 238.09º | 0.4% | 0.92% | - |
| XYZ | 35.95 | 31.61 | 82.8 | - |
| YUV | 153.48 | 174.01 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 144 | 235 | 0.4 | 0.39 | 0 | 0.08 | 238.09 | 0.7 | 0.74 |
| Hex | 8D | 90 | EB | 28 | 27 | 0 | 8 | EE | 46 | 4A |
| Octal | 215 | 220 | 353 | 50 | 47 | 0 | 10 | 356 | 106 | 112 |
| Binary | 10001101 | 10010000 | 11101011 | 101000 | 100111 | 0 | 1000 | 11101110 | 1000110 | 1001010 |
Color Harmonies of #8D90EB
Complementary color
Monochromatic Colors of #8D90EB
Black with #8D90EB
Text Example
Text Example
White with #8D90EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D90EB; }
p { color: rgb(141,144,235); }
H1.HeaderClassName
{
color: #8D90EB;
}
.AnyTagClassName
{
color: #8D90EB;
}
</style>
background-color css
<style>
a { background-color: #8D90EB; }
a { background-color: rgb(141,144,235); }
div.DivClassName
{
background-color: #8D90EB;
}
.BgClassName
{
background-color: #8D90EB;
}
</style>
border-color css
<style>
span { border-color: #8D90EB; }
span { border-color: rgb(141,144,235); }
td.TdClassName
{
border-color: #8D90EB;
}
.TagClassName
{
border-color: #8D90EB;
}
</style>