Shades of Portage #938BEB
Tints of Portage #938BEB
RGB
CMYK
RGB Variations
Color information
#938BEB (or 0x938BEB) is known color: Portage. HEX triplet: 93, 8B and EB. RGB value is (147,139,235). Sum of RGB (Red+Green+Blue) = 147+139+235=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #938BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938BEB is #6C7414. Grayscale: #979797. Windows color (decimal): -7107605 or 15436691. OLE color: 15436691.
HSL color Cylindrical-coordinate representation of color #938BEB: hue angle of 245º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #938BEB is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 139 | 235 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.08 |
| HSL | 245º | 0.71% | 0.73% | - |
| HSV(B) | 245º | 0.41% | 0.92% | - |
| XYZ | 36.26 | 30.67 | 82.61 | - |
| YUV | 152.34 | 174.65 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 235 | 0.37 | 0.41 | 0 | 0.08 | 245 | 0.71 | 0.73 |
| Hex | 93 | 8B | EB | 25 | 29 | 0 | 8 | F5 | 47 | 49 |
| Octal | 223 | 213 | 353 | 45 | 51 | 0 | 10 | 365 | 107 | 111 |
| Binary | 10010011 | 10001011 | 11101011 | 100101 | 101001 | 0 | 1000 | 11110101 | 1000111 | 1001001 |
Color Harmonies of #938BEB
Complementary color
Monochromatic Colors of #938BEB
Black with #938BEB
Text Example
Text Example
White with #938BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938BEB; }
p { color: rgb(147,139,235); }
H1.HeaderClassName
{
color: #938BEB;
}
.AnyTagClassName
{
color: #938BEB;
}
</style>
background-color css
<style>
a { background-color: #938BEB; }
a { background-color: rgb(147,139,235); }
div.DivClassName
{
background-color: #938BEB;
}
.BgClassName
{
background-color: #938BEB;
}
</style>
border-color css
<style>
span { border-color: #938BEB; }
span { border-color: rgb(147,139,235); }
td.TdClassName
{
border-color: #938BEB;
}
.TagClassName
{
border-color: #938BEB;
}
</style>