Shades of Portage #938FE7
Tints of Portage #938FE7
RGB
CMYK
RGB Variations
Color information
#938FE7 (or 0x938FE7) is known color: Portage. HEX triplet: 93, 8F and E7. RGB value is (147,143,231). Sum of RGB (Red+Green+Blue) = 147+143+231=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 231 - color contains mainly: blue. Hex color #938FE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938FE7 is #6C7018. Grayscale: #999999. Windows color (decimal): -7106585 or 15175571. OLE color: 15175571.
HSL color Cylindrical-coordinate representation of color #938FE7: hue angle of 242.73º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #938FE7 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 143 | 231 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.09 |
| HSL | 242.73º | 0.65% | 0.73% | - |
| HSV(B) | 242.73º | 0.38% | 0.91% | - |
| XYZ | 36.28 | 31.62 | 79.79 | - |
| YUV | 154.23 | 171.33 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 231 | 0.36 | 0.38 | 0 | 0.09 | 242.73 | 0.65 | 0.73 |
| Hex | 93 | 8F | E7 | 24 | 26 | 0 | 9 | F3 | 41 | 49 |
| Octal | 223 | 217 | 347 | 44 | 46 | 0 | 11 | 363 | 101 | 111 |
| Binary | 10010011 | 10001111 | 11100111 | 100100 | 100110 | 0 | 1001 | 11110011 | 1000001 | 1001001 |
Color Harmonies of #938FE7
Complementary color
Monochromatic Colors of #938FE7
Black with #938FE7
Text Example
Text Example
White with #938FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938FE7; }
p { color: rgb(147,143,231); }
H1.HeaderClassName
{
color: #938FE7;
}
.AnyTagClassName
{
color: #938FE7;
}
</style>
background-color css
<style>
a { background-color: #938FE7; }
a { background-color: rgb(147,143,231); }
div.DivClassName
{
background-color: #938FE7;
}
.BgClassName
{
background-color: #938FE7;
}
</style>
border-color css
<style>
span { border-color: #938FE7; }
span { border-color: rgb(147,143,231); }
td.TdClassName
{
border-color: #938FE7;
}
.TagClassName
{
border-color: #938FE7;
}
</style>