Shades of Portage #938BEC
Tints of Portage #938BEC
RGB
CMYK
RGB Variations
Color information
#938BEC (or 0x938BEC) is known color: Portage. HEX triplet: 93, 8B and EC. RGB value is (147,139,236). Sum of RGB (Red+Green+Blue) = 147+139+236=522 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.16% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #938BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938BEC is #6C7413. Grayscale: #989898. Windows color (decimal): -7107604 or 15502227. OLE color: 15502227.
HSL color Cylindrical-coordinate representation of color #938BEC: hue angle of 244.95º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #938BEC is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 139 | 236 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.07 |
| HSL | 244.95º | 0.72% | 0.74% | - |
| HSV(B) | 244.95º | 0.41% | 0.93% | - |
| XYZ | 36.41 | 30.72 | 83.37 | - |
| YUV | 152.45 | 175.15 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 236 | 0.38 | 0.41 | 0 | 0.07 | 244.95 | 0.72 | 0.74 |
| Hex | 93 | 8B | EC | 26 | 29 | 0 | 7 | F5 | 48 | 4A |
| Octal | 223 | 213 | 354 | 46 | 51 | 0 | 7 | 365 | 110 | 112 |
| Binary | 10010011 | 10001011 | 11101100 | 100110 | 101001 | 0 | 111 | 11110101 | 1001000 | 1001010 |
Color Harmonies of #938BEC
Complementary color
Monochromatic Colors of #938BEC
Black with #938BEC
Text Example
Text Example
White with #938BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938BEC; }
p { color: rgb(147,139,236); }
H1.HeaderClassName
{
color: #938BEC;
}
.AnyTagClassName
{
color: #938BEC;
}
</style>
background-color css
<style>
a { background-color: #938BEC; }
a { background-color: rgb(147,139,236); }
div.DivClassName
{
background-color: #938BEC;
}
.BgClassName
{
background-color: #938BEC;
}
</style>
border-color css
<style>
span { border-color: #938BEC; }
span { border-color: rgb(147,139,236); }
td.TdClassName
{
border-color: #938BEC;
}
.TagClassName
{
border-color: #938BEC;
}
</style>