Shades of Portage #938DEA
Tints of Portage #938DEA
RGB
CMYK
RGB Variations
Color information
#938DEA (or 0x938DEA) is known color: Portage. HEX triplet: 93, 8D and EA. RGB value is (147,141,234). Sum of RGB (Red+Green+Blue) = 147+141+234=522 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.16% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #938DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938DEA is #6C7215. Grayscale: #999999. Windows color (decimal): -7107094 or 15371667. OLE color: 15371667.
HSL color Cylindrical-coordinate representation of color #938DEA: hue angle of 243.87º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #938DEA is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 141 | 234 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.08 |
| HSL | 243.87º | 0.69% | 0.74% | - |
| HSV(B) | 243.87º | 0.4% | 0.92% | - |
| XYZ | 36.41 | 31.19 | 81.94 | - |
| YUV | 153.4 | 173.49 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 234 | 0.37 | 0.40 | 0 | 0.08 | 243.87 | 0.69 | 0.74 |
| Hex | 93 | 8D | EA | 25 | 28 | 0 | 8 | F4 | 45 | 4A |
| Octal | 223 | 215 | 352 | 45 | 50 | 0 | 10 | 364 | 105 | 112 |
| Binary | 10010011 | 10001101 | 11101010 | 100101 | 101000 | 0 | 1000 | 11110100 | 1000101 | 1001010 |
Color Harmonies of #938DEA
Complementary color
Monochromatic Colors of #938DEA
Black with #938DEA
Text Example
Text Example
White with #938DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938DEA; }
p { color: rgb(147,141,234); }
H1.HeaderClassName
{
color: #938DEA;
}
.AnyTagClassName
{
color: #938DEA;
}
</style>
background-color css
<style>
a { background-color: #938DEA; }
a { background-color: rgb(147,141,234); }
div.DivClassName
{
background-color: #938DEA;
}
.BgClassName
{
background-color: #938DEA;
}
</style>
border-color css
<style>
span { border-color: #938DEA; }
span { border-color: rgb(147,141,234); }
td.TdClassName
{
border-color: #938DEA;
}
.TagClassName
{
border-color: #938DEA;
}
</style>