Shades of Portage #938FE1
Tints of Portage #938FE1
RGB
CMYK
RGB Variations
Color information
#938FE1 (or 0x938FE1) is known color: Portage. HEX triplet: 93, 8F and E1. RGB value is (147,143,225). Sum of RGB (Red+Green+Blue) = 147+143+225=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #938FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938FE1 is #6C701E. Grayscale: #999999. Windows color (decimal): -7106591 or 14782355. OLE color: 14782355.
HSL color Cylindrical-coordinate representation of color #938FE1: hue angle of 242.93º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #938FE1 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 143 | 225 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.12 |
| HSL | 242.93º | 0.58% | 0.72% | - |
| HSV(B) | 242.93º | 0.36% | 0.88% | - |
| XYZ | 35.45 | 31.28 | 75.4 | - |
| YUV | 153.54 | 168.33 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 225 | 0.35 | 0.36 | 0 | 0.12 | 242.93 | 0.58 | 0.72 |
| Hex | 93 | 8F | E1 | 23 | 24 | 0 | C | F3 | 3A | 48 |
| Octal | 223 | 217 | 341 | 43 | 44 | 0 | 14 | 363 | 72 | 110 |
| Binary | 10010011 | 10001111 | 11100001 | 100011 | 100100 | 0 | 1100 | 11110011 | 111010 | 1001000 |
Color Harmonies of #938FE1
Complementary color
Monochromatic Colors of #938FE1
Black with #938FE1
Text Example
Text Example
White with #938FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938FE1; }
p { color: rgb(147,143,225); }
H1.HeaderClassName
{
color: #938FE1;
}
.AnyTagClassName
{
color: #938FE1;
}
</style>
background-color css
<style>
a { background-color: #938FE1; }
a { background-color: rgb(147,143,225); }
div.DivClassName
{
background-color: #938FE1;
}
.BgClassName
{
background-color: #938FE1;
}
</style>
border-color css
<style>
span { border-color: #938FE1; }
span { border-color: rgb(147,143,225); }
td.TdClassName
{
border-color: #938FE1;
}
.TagClassName
{
border-color: #938FE1;
}
</style>