Shades of Portage #938CF0
Tints of Portage #938CF0
RGB
CMYK
RGB Variations
Color information
#938CF0 (or 0x938CF0) is known color: Portage. HEX triplet: 93, 8C and F0. RGB value is (147,140,240). Sum of RGB (Red+Green+Blue) = 147+140+240=527 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.89% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #938CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938CF0 is #6C730F. Grayscale: #999999. Windows color (decimal): -7107344 or 15764627. OLE color: 15764627.
HSL color Cylindrical-coordinate representation of color #938CF0: hue angle of 244.2º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #938CF0 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 140 | 240 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.06 |
| HSL | 244.2º | 0.77% | 0.75% | - |
| HSV(B) | 244.2º | 0.42% | 0.94% | - |
| XYZ | 37.14 | 31.25 | 86.51 | - |
| YUV | 153.49 | 176.82 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 240 | 0.39 | 0.42 | 0 | 0.06 | 244.2 | 0.77 | 0.75 |
| Hex | 93 | 8C | F0 | 27 | 2A | 0 | 6 | F4 | 4D | 4B |
| Octal | 223 | 214 | 360 | 47 | 52 | 0 | 6 | 364 | 115 | 113 |
| Binary | 10010011 | 10001100 | 11110000 | 100111 | 101010 | 0 | 110 | 11110100 | 1001101 | 1001011 |
Color Harmonies of #938CF0
Complementary color
Monochromatic Colors of #938CF0
Black with #938CF0
Text Example
Text Example
White with #938CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938CF0; }
p { color: rgb(147,140,240); }
H1.HeaderClassName
{
color: #938CF0;
}
.AnyTagClassName
{
color: #938CF0;
}
</style>
background-color css
<style>
a { background-color: #938CF0; }
a { background-color: rgb(147,140,240); }
div.DivClassName
{
background-color: #938CF0;
}
.BgClassName
{
background-color: #938CF0;
}
</style>
border-color css
<style>
span { border-color: #938CF0; }
span { border-color: rgb(147,140,240); }
td.TdClassName
{
border-color: #938CF0;
}
.TagClassName
{
border-color: #938CF0;
}
</style>