Shades of Portage #938FE5
Tints of Portage #938FE5
RGB
CMYK
RGB Variations
Color information
#938FE5 (or 0x938FE5) is known color: Portage. HEX triplet: 93, 8F and E5. RGB value is (147,143,229). Sum of RGB (Red+Green+Blue) = 147+143+229=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #938FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938FE5 is #6C701A. Grayscale: #999999. Windows color (decimal): -7106587 or 15044499. OLE color: 15044499.
HSL color Cylindrical-coordinate representation of color #938FE5: hue angle of 242.79º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #938FE5 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 143 | 229 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.10 |
| HSL | 242.79º | 0.62% | 0.73% | - |
| HSV(B) | 242.79º | 0.38% | 0.9% | - |
| XYZ | 36 | 31.51 | 78.31 | - |
| YUV | 154 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 229 | 0.36 | 0.38 | 0 | 0.10 | 242.79 | 0.62 | 0.73 |
| Hex | 93 | 8F | E5 | 24 | 26 | 0 | A | F3 | 3E | 49 |
| Octal | 223 | 217 | 345 | 44 | 46 | 0 | 12 | 363 | 76 | 111 |
| Binary | 10010011 | 10001111 | 11100101 | 100100 | 100110 | 0 | 1010 | 11110011 | 111110 | 1001001 |
Color Harmonies of #938FE5
Complementary color
Monochromatic Colors of #938FE5
Black with #938FE5
Text Example
Text Example
White with #938FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938FE5; }
p { color: rgb(147,143,229); }
H1.HeaderClassName
{
color: #938FE5;
}
.AnyTagClassName
{
color: #938FE5;
}
</style>
background-color css
<style>
a { background-color: #938FE5; }
a { background-color: rgb(147,143,229); }
div.DivClassName
{
background-color: #938FE5;
}
.BgClassName
{
background-color: #938FE5;
}
</style>
border-color css
<style>
span { border-color: #938FE5; }
span { border-color: rgb(147,143,229); }
td.TdClassName
{
border-color: #938FE5;
}
.TagClassName
{
border-color: #938FE5;
}
</style>