Shades of Portage #938EF3
Tints of Portage #938EF3
RGB
CMYK
RGB Variations
Color information
#938EF3 (or 0x938EF3) is known color: Portage. HEX triplet: 93, 8E and F3. RGB value is (147,142,243). Sum of RGB (Red+Green+Blue) = 147+142+243=532 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.63% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #938EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938EF3 is #6C710C. Grayscale: #9A9A9A. Windows color (decimal): -7106829 or 15961747. OLE color: 15961747.
HSL color Cylindrical-coordinate representation of color #938EF3: hue angle of 242.97º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #938EF3 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 142 | 243 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.05 |
| HSL | 242.97º | 0.81% | 0.75% | - |
| HSV(B) | 242.97º | 0.42% | 0.95% | - |
| XYZ | 37.88 | 32.02 | 88.98 | - |
| YUV | 155.01 | 177.66 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 243 | 0.40 | 0.42 | 0 | 0.05 | 242.97 | 0.81 | 0.75 |
| Hex | 93 | 8E | F3 | 28 | 2A | 0 | 5 | F3 | 51 | 4B |
| Octal | 223 | 216 | 363 | 50 | 52 | 0 | 5 | 363 | 121 | 113 |
| Binary | 10010011 | 10001110 | 11110011 | 101000 | 101010 | 0 | 101 | 11110011 | 1010001 | 1001011 |
Color Harmonies of #938EF3
Complementary color
Monochromatic Colors of #938EF3
Black with #938EF3
Text Example
Text Example
White with #938EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938EF3; }
p { color: rgb(147,142,243); }
H1.HeaderClassName
{
color: #938EF3;
}
.AnyTagClassName
{
color: #938EF3;
}
</style>
background-color css
<style>
a { background-color: #938EF3; }
a { background-color: rgb(147,142,243); }
div.DivClassName
{
background-color: #938EF3;
}
.BgClassName
{
background-color: #938EF3;
}
</style>
border-color css
<style>
span { border-color: #938EF3; }
span { border-color: rgb(147,142,243); }
td.TdClassName
{
border-color: #938EF3;
}
.TagClassName
{
border-color: #938EF3;
}
</style>