Shades of Portage #938DF0
Tints of Portage #938DF0
RGB
CMYK
RGB Variations
Color information
#938DF0 (or 0x938DF0) is known color: Portage. HEX triplet: 93, 8D and F0. RGB value is (147,141,240). Sum of RGB (Red+Green+Blue) = 147+141+240=528 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.84% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #938DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938DF0 is #6C720F. Grayscale: #999999. Windows color (decimal): -7107088 or 15764883. OLE color: 15764883.
HSL color Cylindrical-coordinate representation of color #938DF0: hue angle of 243.64º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #938DF0 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 141 | 240 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.06 |
| HSL | 243.64º | 0.77% | 0.75% | - |
| HSV(B) | 243.64º | 0.41% | 0.94% | - |
| XYZ | 37.29 | 31.54 | 86.56 | - |
| YUV | 154.08 | 176.49 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 240 | 0.39 | 0.41 | 0 | 0.06 | 243.64 | 0.77 | 0.75 |
| Hex | 93 | 8D | F0 | 27 | 29 | 0 | 6 | F4 | 4D | 4B |
| Octal | 223 | 215 | 360 | 47 | 51 | 0 | 6 | 364 | 115 | 113 |
| Binary | 10010011 | 10001101 | 11110000 | 100111 | 101001 | 0 | 110 | 11110100 | 1001101 | 1001011 |
Color Harmonies of #938DF0
Complementary color
Monochromatic Colors of #938DF0
Black with #938DF0
Text Example
Text Example
White with #938DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938DF0; }
p { color: rgb(147,141,240); }
H1.HeaderClassName
{
color: #938DF0;
}
.AnyTagClassName
{
color: #938DF0;
}
</style>
background-color css
<style>
a { background-color: #938DF0; }
a { background-color: rgb(147,141,240); }
div.DivClassName
{
background-color: #938DF0;
}
.BgClassName
{
background-color: #938DF0;
}
</style>
border-color css
<style>
span { border-color: #938DF0; }
span { border-color: rgb(147,141,240); }
td.TdClassName
{
border-color: #938DF0;
}
.TagClassName
{
border-color: #938DF0;
}
</style>