Shades of Portage #938BE7
Tints of Portage #938BE7
RGB
CMYK
RGB Variations
Color information
#938BE7 (or 0x938BE7) is known color: Portage. HEX triplet: 93, 8B and E7. RGB value is (147,139,231). Sum of RGB (Red+Green+Blue) = 147+139+231=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #938BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938BE7 is #6C7418. Grayscale: #979797. Windows color (decimal): -7107609 or 15174547. OLE color: 15174547.
HSL color Cylindrical-coordinate representation of color #938BE7: hue angle of 245.22º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #938BE7 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 139 | 231 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.09 |
| HSL | 245.22º | 0.66% | 0.73% | - |
| HSV(B) | 245.22º | 0.4% | 0.91% | - |
| XYZ | 35.69 | 30.44 | 79.6 | - |
| YUV | 151.88 | 172.65 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 231 | 0.36 | 0.40 | 0 | 0.09 | 245.22 | 0.66 | 0.73 |
| Hex | 93 | 8B | E7 | 24 | 28 | 0 | 9 | F5 | 42 | 49 |
| Octal | 223 | 213 | 347 | 44 | 50 | 0 | 11 | 365 | 102 | 111 |
| Binary | 10010011 | 10001011 | 11100111 | 100100 | 101000 | 0 | 1001 | 11110101 | 1000010 | 1001001 |
Color Harmonies of #938BE7
Complementary color
Monochromatic Colors of #938BE7
Black with #938BE7
Text Example
Text Example
White with #938BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938BE7; }
p { color: rgb(147,139,231); }
H1.HeaderClassName
{
color: #938BE7;
}
.AnyTagClassName
{
color: #938BE7;
}
</style>
background-color css
<style>
a { background-color: #938BE7; }
a { background-color: rgb(147,139,231); }
div.DivClassName
{
background-color: #938BE7;
}
.BgClassName
{
background-color: #938BE7;
}
</style>
border-color css
<style>
span { border-color: #938BE7; }
span { border-color: rgb(147,139,231); }
td.TdClassName
{
border-color: #938BE7;
}
.TagClassName
{
border-color: #938BE7;
}
</style>