Shades of Portage #939DF6
Tints of Portage #939DF6
RGB
CMYK
RGB Variations
Color information
#939DF6 (or 0x939DF6) is known color: Portage. HEX triplet: 93, 9D and F6. RGB value is (147,157,246). Sum of RGB (Red+Green+Blue) = 147+157+246=550 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.73% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 246 - color contains mainly: blue. Hex color #939DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939DF6 is #6C6209. Grayscale: #A3A3A3. Windows color (decimal): -7102986 or 16162195. OLE color: 16162195.
HSL color Cylindrical-coordinate representation of color #939DF6: hue angle of 233.94º degrees, saturation: 0.85, 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 #939DF6 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 157 | 246 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.04 |
| HSL | 233.94º | 0.85% | 0.77% | - |
| HSV(B) | 233.94º | 0.4% | 0.96% | - |
| XYZ | 40.72 | 36.97 | 92.18 | - |
| YUV | 164.16 | 174.19 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 157 | 246 | 0.40 | 0.36 | 0 | 0.04 | 233.94 | 0.85 | 0.77 |
| Hex | 93 | 9D | F6 | 28 | 24 | 0 | 4 | EA | 55 | 4D |
| Octal | 223 | 235 | 366 | 50 | 44 | 0 | 4 | 352 | 125 | 115 |
| Binary | 10010011 | 10011101 | 11110110 | 101000 | 100100 | 0 | 100 | 11101010 | 1010101 | 1001101 |
Color Harmonies of #939DF6
Complementary color
Monochromatic Colors of #939DF6
Black with #939DF6
Text Example
Text Example
White with #939DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939DF6; }
p { color: rgb(147,157,246); }
H1.HeaderClassName
{
color: #939DF6;
}
.AnyTagClassName
{
color: #939DF6;
}
</style>
background-color css
<style>
a { background-color: #939DF6; }
a { background-color: rgb(147,157,246); }
div.DivClassName
{
background-color: #939DF6;
}
.BgClassName
{
background-color: #939DF6;
}
</style>
border-color css
<style>
span { border-color: #939DF6; }
span { border-color: rgb(147,157,246); }
td.TdClassName
{
border-color: #939DF6;
}
.TagClassName
{
border-color: #939DF6;
}
</style>