Shades of Portage #938EE2
Tints of Portage #938EE2
RGB
CMYK
RGB Variations
Color information
#938EE2 (or 0x938EE2) is known color: Portage. HEX triplet: 93, 8E and E2. RGB value is (147,142,226). Sum of RGB (Red+Green+Blue) = 147+142+226=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 226 (88.67% from 255 or 43.88% from 515); Max value from RGB is 226 - color contains mainly: blue. Hex color #938EE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938EE2 is #6C711D. Grayscale: #989898. Windows color (decimal): -7106846 or 14847635. OLE color: 14847635.
HSL color Cylindrical-coordinate representation of color #938EE2: hue angle of 243.57º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #938EE2 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 142 | 226 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.11 |
| HSL | 243.57º | 0.59% | 0.72% | - |
| HSV(B) | 243.57º | 0.37% | 0.89% | - |
| XYZ | 35.43 | 31.04 | 76.08 | - |
| YUV | 153.07 | 169.16 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 226 | 0.35 | 0.37 | 0 | 0.11 | 243.57 | 0.59 | 0.72 |
| Hex | 93 | 8E | E2 | 23 | 25 | 0 | B | F4 | 3B | 48 |
| Octal | 223 | 216 | 342 | 43 | 45 | 0 | 13 | 364 | 73 | 110 |
| Binary | 10010011 | 10001110 | 11100010 | 100011 | 100101 | 0 | 1011 | 11110100 | 111011 | 1001000 |
Color Harmonies of #938EE2
Complementary color
Monochromatic Colors of #938EE2
Black with #938EE2
Text Example
Text Example
White with #938EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938EE2; }
p { color: rgb(147,142,226); }
H1.HeaderClassName
{
color: #938EE2;
}
.AnyTagClassName
{
color: #938EE2;
}
</style>
background-color css
<style>
a { background-color: #938EE2; }
a { background-color: rgb(147,142,226); }
div.DivClassName
{
background-color: #938EE2;
}
.BgClassName
{
background-color: #938EE2;
}
</style>
border-color css
<style>
span { border-color: #938EE2; }
span { border-color: rgb(147,142,226); }
td.TdClassName
{
border-color: #938EE2;
}
.TagClassName
{
border-color: #938EE2;
}
</style>