Shades of Portage #938BE5
Tints of Portage #938BE5
RGB
CMYK
RGB Variations
Color information
#938BE5 (or 0x938BE5) is known color: Portage. HEX triplet: 93, 8B and E5. RGB value is (147,139,229). Sum of RGB (Red+Green+Blue) = 147+139+229=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 229 - color contains mainly: blue. Hex color #938BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938BE5 is #6C741A. Grayscale: #979797. Windows color (decimal): -7107611 or 15043475. OLE color: 15043475.
HSL color Cylindrical-coordinate representation of color #938BE5: hue angle of 245.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #938BE5 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 139 | 229 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.10 |
| HSL | 245.33º | 0.63% | 0.72% | - |
| HSV(B) | 245.33º | 0.39% | 0.9% | - |
| XYZ | 35.41 | 30.33 | 78.12 | - |
| YUV | 151.65 | 171.65 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 229 | 0.36 | 0.39 | 0 | 0.10 | 245.33 | 0.63 | 0.72 |
| Hex | 93 | 8B | E5 | 24 | 27 | 0 | A | F5 | 3F | 48 |
| Octal | 223 | 213 | 345 | 44 | 47 | 0 | 12 | 365 | 77 | 110 |
| Binary | 10010011 | 10001011 | 11100101 | 100100 | 100111 | 0 | 1010 | 11110101 | 111111 | 1001000 |
Color Harmonies of #938BE5
Complementary color
Monochromatic Colors of #938BE5
Black with #938BE5
Text Example
Text Example
White with #938BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938BE5; }
p { color: rgb(147,139,229); }
H1.HeaderClassName
{
color: #938BE5;
}
.AnyTagClassName
{
color: #938BE5;
}
</style>
background-color css
<style>
a { background-color: #938BE5; }
a { background-color: rgb(147,139,229); }
div.DivClassName
{
background-color: #938BE5;
}
.BgClassName
{
background-color: #938BE5;
}
</style>
border-color css
<style>
span { border-color: #938BE5; }
span { border-color: rgb(147,139,229); }
td.TdClassName
{
border-color: #938BE5;
}
.TagClassName
{
border-color: #938BE5;
}
</style>