Shades of Portage #8D93EC
Tints of Portage #8D93EC
RGB
CMYK
RGB Variations
Color information
#8D93EC (or 0x8D93EC) is known color: Portage. HEX triplet: 8D, 93 and EC. RGB value is (141,147,236). Sum of RGB (Red+Green+Blue) = 141+147+236=524 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.91% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D93EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D93EC is #726C13. Grayscale: #9A9A9A. Windows color (decimal): -7498772 or 15504269. OLE color: 15504269.
HSL color Cylindrical-coordinate representation of color #8D93EC: hue angle of 236.21º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D93EC is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 147 | 236 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.07 |
| HSL | 236.21º | 0.71% | 0.74% | - |
| HSV(B) | 236.21º | 0.4% | 0.93% | - |
| XYZ | 36.56 | 32.59 | 83.72 | - |
| YUV | 155.35 | 173.51 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 236 | 0.40 | 0.38 | 0 | 0.07 | 236.21 | 0.71 | 0.74 |
| Hex | 8D | 93 | EC | 28 | 26 | 0 | 7 | EC | 47 | 4A |
| Octal | 215 | 223 | 354 | 50 | 46 | 0 | 7 | 354 | 107 | 112 |
| Binary | 10001101 | 10010011 | 11101100 | 101000 | 100110 | 0 | 111 | 11101100 | 1000111 | 1001010 |
Color Harmonies of #8D93EC
Complementary color
Monochromatic Colors of #8D93EC
Black with #8D93EC
Text Example
Text Example
White with #8D93EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D93EC; }
p { color: rgb(141,147,236); }
H1.HeaderClassName
{
color: #8D93EC;
}
.AnyTagClassName
{
color: #8D93EC;
}
</style>
background-color css
<style>
a { background-color: #8D93EC; }
a { background-color: rgb(141,147,236); }
div.DivClassName
{
background-color: #8D93EC;
}
.BgClassName
{
background-color: #8D93EC;
}
</style>
border-color css
<style>
span { border-color: #8D93EC; }
span { border-color: rgb(141,147,236); }
td.TdClassName
{
border-color: #8D93EC;
}
.TagClassName
{
border-color: #8D93EC;
}
</style>