Shades of Portage #938CEB
Tints of Portage #938CEB
RGB
CMYK
RGB Variations
Color information
#938CEB (or 0x938CEB) is known color: Portage. HEX triplet: 93, 8C and EB. RGB value is (147,140,235). Sum of RGB (Red+Green+Blue) = 147+140+235=522 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.16% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #938CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938CEB is #6C7314. Grayscale: #989898. Windows color (decimal): -7107349 or 15436947. OLE color: 15436947.
HSL color Cylindrical-coordinate representation of color #938CEB: hue angle of 244.42º degrees, saturation: 0.7, 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 #938CEB is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 140 | 235 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.08 |
| HSL | 244.42º | 0.7% | 0.74% | - |
| HSV(B) | 244.42º | 0.4% | 0.92% | - |
| XYZ | 36.41 | 30.96 | 82.65 | - |
| YUV | 152.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 235 | 0.37 | 0.40 | 0 | 0.08 | 244.42 | 0.7 | 0.74 |
| Hex | 93 | 8C | EB | 25 | 28 | 0 | 8 | F4 | 46 | 4A |
| Octal | 223 | 214 | 353 | 45 | 50 | 0 | 10 | 364 | 106 | 112 |
| Binary | 10010011 | 10001100 | 11101011 | 100101 | 101000 | 0 | 1000 | 11110100 | 1000110 | 1001010 |
Color Harmonies of #938CEB
Complementary color
Monochromatic Colors of #938CEB
Black with #938CEB
Text Example
Text Example
White with #938CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938CEB; }
p { color: rgb(147,140,235); }
H1.HeaderClassName
{
color: #938CEB;
}
.AnyTagClassName
{
color: #938CEB;
}
</style>
background-color css
<style>
a { background-color: #938CEB; }
a { background-color: rgb(147,140,235); }
div.DivClassName
{
background-color: #938CEB;
}
.BgClassName
{
background-color: #938CEB;
}
</style>
border-color css
<style>
span { border-color: #938CEB; }
span { border-color: rgb(147,140,235); }
td.TdClassName
{
border-color: #938CEB;
}
.TagClassName
{
border-color: #938CEB;
}
</style>