Shades of Portage #938CEA
Tints of Portage #938CEA
RGB
CMYK
RGB Variations
Color information
#938CEA (or 0x938CEA) is known color: Portage. HEX triplet: 93, 8C and EA. RGB value is (147,140,234). Sum of RGB (Red+Green+Blue) = 147+140+234=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #938CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938CEA is #6C7315. Grayscale: #989898. Windows color (decimal): -7107350 or 15371411. OLE color: 15371411.
HSL color Cylindrical-coordinate representation of color #938CEA: hue angle of 244.47º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #938CEA is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 140 | 234 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.08 |
| HSL | 244.47º | 0.69% | 0.73% | - |
| HSV(B) | 244.47º | 0.4% | 0.92% | - |
| XYZ | 36.26 | 30.9 | 81.89 | - |
| YUV | 152.81 | 173.82 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 234 | 0.37 | 0.40 | 0 | 0.08 | 244.47 | 0.69 | 0.73 |
| Hex | 93 | 8C | EA | 25 | 28 | 0 | 8 | F4 | 45 | 49 |
| Octal | 223 | 214 | 352 | 45 | 50 | 0 | 10 | 364 | 105 | 111 |
| Binary | 10010011 | 10001100 | 11101010 | 100101 | 101000 | 0 | 1000 | 11110100 | 1000101 | 1001001 |
Color Harmonies of #938CEA
Complementary color
Monochromatic Colors of #938CEA
Black with #938CEA
Text Example
Text Example
White with #938CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938CEA; }
p { color: rgb(147,140,234); }
H1.HeaderClassName
{
color: #938CEA;
}
.AnyTagClassName
{
color: #938CEA;
}
</style>
background-color css
<style>
a { background-color: #938CEA; }
a { background-color: rgb(147,140,234); }
div.DivClassName
{
background-color: #938CEA;
}
.BgClassName
{
background-color: #938CEA;
}
</style>
border-color css
<style>
span { border-color: #938CEA; }
span { border-color: rgb(147,140,234); }
td.TdClassName
{
border-color: #938CEA;
}
.TagClassName
{
border-color: #938CEA;
}
</style>