Shades of Portage #939FF5
Tints of Portage #939FF5
RGB
CMYK
RGB Variations
Color information
#939FF5 (or 0x939FF5) is known color: Portage. HEX triplet: 93, 9F and F5. RGB value is (147,159,245). Sum of RGB (Red+Green+Blue) = 147+159+245=551 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.68% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 245 (96.09% from 255 or 44.46% from 551); Max value from RGB is 245 - color contains mainly: blue. Hex color #939FF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939FF5 is #6C600A. Grayscale: #A4A4A4. Windows color (decimal): -7102475 or 16097171. OLE color: 16097171.
HSL color Cylindrical-coordinate representation of color #939FF5: hue angle of 232.65º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #939FF5 is Cyan = 0.4, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 159 | 245 | - |
| CMYK | 0.4 | 0.35 | 0 | 0.04 |
| HSL | 232.65º | 0.83% | 0.77% | - |
| HSV(B) | 232.65º | 0.4% | 0.96% | - |
| XYZ | 40.91 | 37.59 | 91.49 | - |
| YUV | 165.22 | 173.02 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 245 | 0.4 | 0.35 | 0 | 0.04 | 232.65 | 0.83 | 0.77 |
| Hex | 93 | 9F | F5 | 28 | 23 | 0 | 4 | E9 | 53 | 4D |
| Octal | 223 | 237 | 365 | 50 | 43 | 0 | 4 | 351 | 123 | 115 |
| Binary | 10010011 | 10011111 | 11110101 | 101000 | 100011 | 0 | 100 | 11101001 | 1010011 | 1001101 |
Color Harmonies of #939FF5
Complementary color
Monochromatic Colors of #939FF5
Black with #939FF5
Text Example
Text Example
White with #939FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939FF5; }
p { color: rgb(147,159,245); }
H1.HeaderClassName
{
color: #939FF5;
}
.AnyTagClassName
{
color: #939FF5;
}
</style>
background-color css
<style>
a { background-color: #939FF5; }
a { background-color: rgb(147,159,245); }
div.DivClassName
{
background-color: #939FF5;
}
.BgClassName
{
background-color: #939FF5;
}
</style>
border-color css
<style>
span { border-color: #939FF5; }
span { border-color: rgb(147,159,245); }
td.TdClassName
{
border-color: #939FF5;
}
.TagClassName
{
border-color: #939FF5;
}
</style>