Shades of Portage #938EF4
Tints of Portage #938EF4
RGB
CMYK
RGB Variations
Color information
#938EF4 (or 0x938EF4) is known color: Portage. HEX triplet: 93, 8E and F4. RGB value is (147,142,244). Sum of RGB (Red+Green+Blue) = 147+142+244=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 244 (95.70% from 255 or 45.78% from 533); Max value from RGB is 244 - color contains mainly: blue. Hex color #938EF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938EF4 is #6C710B. Grayscale: #9A9A9A. Windows color (decimal): -7106828 or 16027283. OLE color: 16027283.
HSL color Cylindrical-coordinate representation of color #938EF4: hue angle of 242.94º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #938EF4 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 142 | 244 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.04 |
| HSL | 242.94º | 0.82% | 0.76% | - |
| HSV(B) | 242.94º | 0.42% | 0.96% | - |
| XYZ | 38.03 | 32.08 | 89.78 | - |
| YUV | 155.12 | 178.16 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 244 | 0.40 | 0.42 | 0 | 0.04 | 242.94 | 0.82 | 0.76 |
| Hex | 93 | 8E | F4 | 28 | 2A | 0 | 4 | F3 | 52 | 4C |
| Octal | 223 | 216 | 364 | 50 | 52 | 0 | 4 | 363 | 122 | 114 |
| Binary | 10010011 | 10001110 | 11110100 | 101000 | 101010 | 0 | 100 | 11110011 | 1010010 | 1001100 |
Color Harmonies of #938EF4
Complementary color
Monochromatic Colors of #938EF4
Black with #938EF4
Text Example
Text Example
White with #938EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938EF4; }
p { color: rgb(147,142,244); }
H1.HeaderClassName
{
color: #938EF4;
}
.AnyTagClassName
{
color: #938EF4;
}
</style>
background-color css
<style>
a { background-color: #938EF4; }
a { background-color: rgb(147,142,244); }
div.DivClassName
{
background-color: #938EF4;
}
.BgClassName
{
background-color: #938EF4;
}
</style>
border-color css
<style>
span { border-color: #938EF4; }
span { border-color: rgb(147,142,244); }
td.TdClassName
{
border-color: #938EF4;
}
.TagClassName
{
border-color: #938EF4;
}
</style>