Shades of Portage #938EED
Tints of Portage #938EED
RGB
CMYK
RGB Variations
Color information
#938EED (or 0x938EED) is known color: Portage. HEX triplet: 93, 8E and ED. RGB value is (147,142,237). Sum of RGB (Red+Green+Blue) = 147+142+237=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #938EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938EED is #6C7112. Grayscale: #999999. Windows color (decimal): -7106835 or 15568531. OLE color: 15568531.
HSL color Cylindrical-coordinate representation of color #938EED: hue angle of 243.16º degrees, saturation: 0.73, 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 #938EED is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 142 | 237 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.07 |
| HSL | 243.16º | 0.73% | 0.74% | - |
| HSV(B) | 243.16º | 0.4% | 0.93% | - |
| XYZ | 36.99 | 31.66 | 84.28 | - |
| YUV | 154.33 | 174.66 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 237 | 0.38 | 0.40 | 0 | 0.07 | 243.16 | 0.73 | 0.74 |
| Hex | 93 | 8E | ED | 26 | 28 | 0 | 7 | F3 | 49 | 4A |
| Octal | 223 | 216 | 355 | 46 | 50 | 0 | 7 | 363 | 111 | 112 |
| Binary | 10010011 | 10001110 | 11101101 | 100110 | 101000 | 0 | 111 | 11110011 | 1001001 | 1001010 |
Color Harmonies of #938EED
Complementary color
Monochromatic Colors of #938EED
Black with #938EED
Text Example
Text Example
White with #938EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938EED; }
p { color: rgb(147,142,237); }
H1.HeaderClassName
{
color: #938EED;
}
.AnyTagClassName
{
color: #938EED;
}
</style>
background-color css
<style>
a { background-color: #938EED; }
a { background-color: rgb(147,142,237); }
div.DivClassName
{
background-color: #938EED;
}
.BgClassName
{
background-color: #938EED;
}
</style>
border-color css
<style>
span { border-color: #938EED; }
span { border-color: rgb(147,142,237); }
td.TdClassName
{
border-color: #938EED;
}
.TagClassName
{
border-color: #938EED;
}
</style>