Shades of Portage #938CE5
Tints of Portage #938CE5
RGB
CMYK
RGB Variations
Color information
#938CE5 (or 0x938CE5) is known color: Portage. HEX triplet: 93, 8C and E5. RGB value is (147,140,229). Sum of RGB (Red+Green+Blue) = 147+140+229=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 229 - color contains mainly: blue. Hex color #938CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938CE5 is #6C731A. Grayscale: #979797. Windows color (decimal): -7107355 or 15043731. OLE color: 15043731.
HSL color Cylindrical-coordinate representation of color #938CE5: hue angle of 244.72º 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 #938CE5 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 140 | 229 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.10 |
| HSL | 244.72º | 0.63% | 0.72% | - |
| HSV(B) | 244.72º | 0.39% | 0.9% | - |
| XYZ | 35.55 | 30.62 | 78.16 | - |
| YUV | 152.24 | 171.32 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 229 | 0.36 | 0.39 | 0 | 0.10 | 244.72 | 0.63 | 0.72 |
| Hex | 93 | 8C | E5 | 24 | 27 | 0 | A | F5 | 3F | 48 |
| Octal | 223 | 214 | 345 | 44 | 47 | 0 | 12 | 365 | 77 | 110 |
| Binary | 10010011 | 10001100 | 11100101 | 100100 | 100111 | 0 | 1010 | 11110101 | 111111 | 1001000 |
Color Harmonies of #938CE5
Complementary color
Monochromatic Colors of #938CE5
Black with #938CE5
Text Example
Text Example
White with #938CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938CE5; }
p { color: rgb(147,140,229); }
H1.HeaderClassName
{
color: #938CE5;
}
.AnyTagClassName
{
color: #938CE5;
}
</style>
background-color css
<style>
a { background-color: #938CE5; }
a { background-color: rgb(147,140,229); }
div.DivClassName
{
background-color: #938CE5;
}
.BgClassName
{
background-color: #938CE5;
}
</style>
border-color css
<style>
span { border-color: #938CE5; }
span { border-color: rgb(147,140,229); }
td.TdClassName
{
border-color: #938CE5;
}
.TagClassName
{
border-color: #938CE5;
}
</style>