Shades of Portage #938DEC
Tints of Portage #938DEC
RGB
CMYK
RGB Variations
Color information
#938DEC (or 0x938DEC) is known color: Portage. HEX triplet: 93, 8D and EC. RGB value is (147,141,236). Sum of RGB (Red+Green+Blue) = 147+141+236=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 141 (55.47% from 255 or 26.91% 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 #938DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938DEC is #6C7213. Grayscale: #999999. Windows color (decimal): -7107092 or 15502739. OLE color: 15502739.
HSL color Cylindrical-coordinate representation of color #938DEC: hue angle of 243.79º 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 #938DEC is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 141 | 236 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.07 |
| HSL | 243.79º | 0.71% | 0.74% | - |
| HSV(B) | 243.79º | 0.4% | 0.93% | - |
| XYZ | 36.7 | 31.31 | 83.47 | - |
| YUV | 153.62 | 174.49 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 236 | 0.38 | 0.40 | 0 | 0.07 | 243.79 | 0.71 | 0.74 |
| Hex | 93 | 8D | EC | 26 | 28 | 0 | 7 | F4 | 47 | 4A |
| Octal | 223 | 215 | 354 | 46 | 50 | 0 | 7 | 364 | 107 | 112 |
| Binary | 10010011 | 10001101 | 11101100 | 100110 | 101000 | 0 | 111 | 11110100 | 1000111 | 1001010 |
Color Harmonies of #938DEC
Complementary color
Monochromatic Colors of #938DEC
Black with #938DEC
Text Example
Text Example
White with #938DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938DEC; }
p { color: rgb(147,141,236); }
H1.HeaderClassName
{
color: #938DEC;
}
.AnyTagClassName
{
color: #938DEC;
}
</style>
background-color css
<style>
a { background-color: #938DEC; }
a { background-color: rgb(147,141,236); }
div.DivClassName
{
background-color: #938DEC;
}
.BgClassName
{
background-color: #938DEC;
}
</style>
border-color css
<style>
span { border-color: #938DEC; }
span { border-color: rgb(147,141,236); }
td.TdClassName
{
border-color: #938DEC;
}
.TagClassName
{
border-color: #938DEC;
}
</style>