Shades of Portage #938FE4
Tints of Portage #938FE4
RGB
CMYK
RGB Variations
Color information
#938FE4 (or 0x938FE4) is known color: Portage. HEX triplet: 93, 8F and E4. RGB value is (147,143,228). Sum of RGB (Red+Green+Blue) = 147+143+228=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 228 (89.45% from 255 or 44.02% from 518); Max value from RGB is 228 - color contains mainly: blue. Hex color #938FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938FE4 is #6C701B. Grayscale: #999999. Windows color (decimal): -7106588 or 14978963. OLE color: 14978963.
HSL color Cylindrical-coordinate representation of color #938FE4: hue angle of 242.82º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #938FE4 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 143 | 228 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.11 |
| HSL | 242.82º | 0.61% | 0.73% | - |
| HSV(B) | 242.82º | 0.37% | 0.89% | - |
| XYZ | 35.86 | 31.45 | 77.58 | - |
| YUV | 153.89 | 169.83 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 228 | 0.36 | 0.37 | 0 | 0.11 | 242.82 | 0.61 | 0.73 |
| Hex | 93 | 8F | E4 | 24 | 25 | 0 | B | F3 | 3D | 49 |
| Octal | 223 | 217 | 344 | 44 | 45 | 0 | 13 | 363 | 75 | 111 |
| Binary | 10010011 | 10001111 | 11100100 | 100100 | 100101 | 0 | 1011 | 11110011 | 111101 | 1001001 |
Color Harmonies of #938FE4
Complementary color
Monochromatic Colors of #938FE4
Black with #938FE4
Text Example
Text Example
White with #938FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938FE4; }
p { color: rgb(147,143,228); }
H1.HeaderClassName
{
color: #938FE4;
}
.AnyTagClassName
{
color: #938FE4;
}
</style>
background-color css
<style>
a { background-color: #938FE4; }
a { background-color: rgb(147,143,228); }
div.DivClassName
{
background-color: #938FE4;
}
.BgClassName
{
background-color: #938FE4;
}
</style>
border-color css
<style>
span { border-color: #938FE4; }
span { border-color: rgb(147,143,228); }
td.TdClassName
{
border-color: #938FE4;
}
.TagClassName
{
border-color: #938FE4;
}
</style>